This is an archive of the discontinued LLVM Phabricator instance.

tsan: remove unnecessary enum values (NFC)
ClosedPublic

Authored by dvyukov on Sep 22 2021, 9:47 AM.

Details

Summary

Remove unnecessary enum values in the memory profiler.
There is no point in spelling them, it can only lead to bugs
and larger diffs when values are added/removed.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Sep 22 2021, 9:47 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2021, 9:47 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Sep 23 2021, 1:29 AM
This revision is now accepted and ready to land.Sep 23 2021, 1:29 AM
This revision was landed with ongoing or failed builds.Sep 23 2021, 1:44 AM
This revision was automatically updated to reflect the committed changes.