Now that the LLVM_DEBUG() macro landed on the various sub-projects the DEBUG macro can be removed.
Only one new use of the old DEBUG macro happened in the meantime, so I'm also cleaning that one up.
Paths
| Differential D46952
Remove the DEBUG macro. ClosedPublic Authored by Nicola on May 16 2018, 8:31 AM.
Details Summary Now that the LLVM_DEBUG() macro landed on the various sub-projects the DEBUG macro can be removed. Only one new use of the old DEBUG macro happened in the meantime, so I'm also cleaning that one up.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 16 2018, 8:32 AM Closed by commit rL333091: Remove DEBUG macro. (authored by nzaghen). · Explain WhyMay 23 2018, 8:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 148219 llvm/trunk/include/llvm/DebugInfo/PDB/DIA/DIASupport.h
llvm/trunk/include/llvm/Support/Debug.h
llvm/trunk/lib/Target/X86/X86DomainReassignment.cpp
llvm/trunk/lib/Transforms/IPO/MergeFunctions.cpp
llvm/trunk/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
llvm/trunk/lib/Transforms/Vectorize/VPlanVerifier.cpp
llvm/trunk/utils/TableGen/GlobalISelEmitter.cpp
|