This is an archive of the discontinued LLVM Phabricator instance.

Fix in getAllocationDataForFunction
ClosedPublic

Authored by mjp41 on Aug 20 2018, 1:44 AM.

Details

Summary

Correct to use set like behaviour of AllocType. Should check for
subset, not precise value.

Diff Detail

Event Timeline

mjp41 created this revision.Aug 20 2018, 1:44 AM
theraven accepted this revision.Aug 21 2018, 6:22 AM

Looks good to me. I will commit it unless anyone objects.

This revision is now accepted and ready to land.Aug 21 2018, 6:22 AM
This revision was automatically updated to reflect the committed changes.