]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
misched: Fix LiveInterval update to better handle DebugVal.
authorAndrew Trick <atrick@apple.com>
Sat, 1 Dec 2012 01:22:41 +0000 (01:22 +0000)
committerAndrew Trick <atrick@apple.com>
Sat, 1 Dec 2012 01:22:41 +0000 (01:22 +0000)
commit30fe61aa35ff12cdcbf5f94d8e3ab9a2d964654e
tree672a608406043640c70fbd963c802e995cb9fc19
parent67bdd42d1e538ce16e3bed98534d3fff0b4530fc
misched: Fix LiveInterval update to better handle DebugVal.

Assertion failed: (itr != mi2iMap.end() && "Instruction not found in maps.")
rdar://12777252.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169070 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
test/CodeGen/X86/2012-11-30-handlemove-dbg.ll [new file with mode: 0644]