Fix PR4076. Correctly create live interval of physical register with two-address...
commit3be003c0423fc3a064d43891d7221b461fc205f0
authorEvan Cheng <evan.cheng@apple.com>
Mon, 27 Apr 2009 20:42:46 +0000 (27 20:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 27 Apr 2009 20:42:46 +0000 (27 20:42 +0000)
treee20cf9b271d2d64587eeb323d8941f19719df794
parent77304eb58fb6a826c4bc44fabaa78a9b3d2c0d21
Fix PR4076. Correctly create live interval of physical register with two-address update.

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