While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matching...
authorDevang Patel <dpatel@apple.com>
Wed, 28 Apr 2010 19:27:33 +0000 (19:27 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 28 Apr 2010 19:27:33 +0000 (19:27 +0000)
commit54fc4d6a48b32772b1a114a43e20de521257899b
tree44cdce58a8ecdb59d61b8960888d298677607224
parent0fd109963aa86021d5b78ccddd62d80ccafdb010
While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matching llvm.dbg.declare intrinsic is missing.

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