DebugInfo: Remove redundant conditionals/checks from macro info emission
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 8 Nov 2019 23:31:15 +0000 (15:31 -0800)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 8 Nov 2019 23:31:15 +0000 (15:31 -0800)
commitdb797bfb2bd24e40d8f0ed422fd4087894ed0eab
treec29aed53d81c463c06356781ad0c6fb33a538202
parent736273c7fe3e88baf548cd555f21eb123f81381d
DebugInfo: Remove redundant conditionals/checks from macro info emission

These checks fall out naturally from the current implementation without
needing to be explicitly considered anymore.
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp