Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.
authorDevang Patel <dpatel@apple.com>
Thu, 29 Apr 2010 18:52:10 +0000 (18:52 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 29 Apr 2010 18:52:10 +0000 (18:52 +0000)
commit67a444ca362b6f2dc64016494eb1165d46aef0bf
treece6fdd059c58fa07f86acd0faa89ea5a147720fe
parentbd6cb4ba1f743f840da844b44aa0ec92e56777ee
Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.
##DEBUG_VALUE: runOnMachineFunction:this <- RDI+0
##DEBUG_VALUE: runOnMachineFunction:fn <- RSI+0
##DEBUG_VALUE: DeadDefs <- undef ## SimpleRegisterCoalescing.cpp:2706
##DEBUG_VALUE: getRegInfo:this <- [%rsp+$56]+$0
##DEBUG_VALUE: getTarget:this <- [%rsp+$56]+$0

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