The debug information for an LLVM Instruction applies to that Instruction
authorDan Gohman <gohman@apple.com>
Sat, 5 Dec 2009 00:27:08 +0000 (00:27 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 5 Dec 2009 00:27:08 +0000 (00:27 +0000)
commit07f111e7b746747cade8371eeaf8c613058cb3a0
treeb8bee4152509f6a23b5e8978852b807bb2839bb6
parent3b9bc04eda3401618b4fa2318f41b4207d72dece
The debug information for an LLVM Instruction applies to that Instruction
and that Instruction only. Implement this by setting the "current debug position"
back to Unknown after processing each instruction.

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