This is an archive of the discontinued LLVM Phabricator instance.

Remove unneeded use of #undef DEBUG_TYPE. NFC
ClosedPublic

Authored by sbc100 on Jun 30 2017, 3:45 PM.

Details

Summary

Where is is needed (at the end of headers that define it), be
consistent about its used.

Also fix a few header guards that I found in the process.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jun 30 2017, 3:45 PM
sbc100 retitled this revision from Remove unneeded use of #undef DEBUG_TYPE to Remove unneeded use of #undef DEBUG_TYPE. NFC.
dschuff accepted this revision.Jul 11 2017, 5:48 PM
This revision is now accepted and ready to land.Jul 11 2017, 5:48 PM
This revision was automatically updated to reflect the committed changes.