DwarfDebug: Unconditionalize trivial asm comments
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Dec 2013 21:51:05 +0000 (21:51 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Dec 2013 21:51:05 +0000 (21:51 +0000)
commitec112cfc451e6263db124dd54b6a2a8576bad18c
tree1e3cd7ad1c2e4a3b153661615f922ace38905f94
parenta18dcd4cce040b210c38b6e243c451e35bc79b5e
DwarfDebug: Unconditionalize trivial asm comments

While we still have a few (~4) non-trivial comments with string
concatenation, etc that should remain conditionalized, these trivial
literal comments can be simplified.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196416 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp