[all-commits] [llvm/llvm-project] db797b: DebugInfo: Remove redundant conditionals/checks fr...
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Nov 8 15:32:10 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: db797bfb2bd24e40d8f0ed422fd4087894ed0eab
https://github.com/llvm/llvm-project/commit/db797bfb2bd24e40d8f0ed422fd4087894ed0eab
Author: David Blaikie <dblaikie at gmail.com>
Date: 2019-11-08 (Fri, 08 Nov 2019)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list