OSDN Git Service

If remating a machine instr with virtual register operand, make sure the vr is avalia...
authorEvan Cheng <evan.cheng@apple.com>
Sat, 23 Feb 2008 02:14:42 +0000 (02:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 23 Feb 2008 02:14:42 +0000 (02:14 +0000)
commit298bbe82cb390235f7b8ab4bd550feff909e0c3d
treef04e593caec27f8d6cff3b5196c60b154039c170
parent18924f11c13770217130c95088fc52b263a1276e
If remating a machine instr with virtual register operand, make sure the vr is avaliable at all uses regardless of whether it would be folded.

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