Fix PR4034. Bug in LiveInterval::join when it's compacting new valno's.
commitffba3de0f51e0d93dcc692e9af3853de8ede9dd8
authorEvan Cheng <evan.cheng@apple.com>
Tue, 28 Apr 2009 06:24:09 +0000 (28 06:24 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 28 Apr 2009 06:24:09 +0000 (28 06:24 +0000)
tree38f3a483eafd7f9dd1691dae97813824d08ed524
parent8cc727232d75b45605974dd5d0e1e46359aeefe8
Fix PR4034. Bug in LiveInterval::join when it's compacting new valno's.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70291 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveInterval.cpp
test/CodeGen/X86/2009-04-27-CoalescerAssert.ll [new file with mode: 0644]