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)
commita01302182cbd145e880cd2a58d0bb76b50978d62
tree745328df735215ce7854e995055c395b95fdf901
parente7ea8aa48a266f22f2c07003313e49174c6d9037
misched: Fix LiveInterval update to better handle DebugVal.

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

llvm-svn: 169070
llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
llvm/test/CodeGen/X86/2012-11-30-handlemove-dbg.ll [new file with mode: 0644]