Pretty print DBG_VALUE machine instructions.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 28 Apr 2010 20:03:13 +0000 (20:03 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 28 Apr 2010 20:03:13 +0000 (20:03 +0000)
commit59b3655564bb6717b296ca9e71f13bf7db45b590
tree471187943c50c15b87ab2900aaac86b097b60824
parente87f7bb50e1d08a09e29252806f6502dcff0539d
Pretty print DBG_VALUE machine instructions.
Before:
DBG_VALUE %RSI, 0, !-1; dbg:SimpleRegisterCoalescing.cpp:2707
Now:
DBG_VALUE %RSI, 0, !"this"; dbg:SimpleRegisterCoalescing.cpp:2707

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