Enable code to emit dbg.declare as DEBUG_VALUE
authorDale Johannesen <dalej@apple.com>
Mon, 18 Jan 2010 23:34:55 +0000 (23:34 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 18 Jan 2010 23:34:55 +0000 (23:34 +0000)
commit1b346b7f8fe5913c253106e49cb4c848fac953d5
tree820443d065a0814679bbd3a45532a1a872b7125e
parent6cead7879aa8902905809e3853d31093a5511c2f
Enable code to emit dbg.declare as DEBUG_VALUE
comments (fast isel, X86).  This doesn't seem
to break any functionality, but will introduce
cases where -g affects the generated code.  I'll
be fixing that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93811 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/Target/X86/X86FastISel.cpp
test/DebugInfo/2010-01-18-DbgValue.ll [new file with mode: 0644]