llvm-svn: 34768
This commit is contained in:
Evan Cheng 2007-03-01 02:05:35 +00:00
parent 8a703ad4b6
commit 9be123c568
1 changed files with 0 additions and 1 deletions

View File

@ -988,7 +988,6 @@ bool LiveIntervals::JoinCopy(MachineInstr *CopyMI,
DOUT << "\n\t\tJoined. Result = "; DestInt.print(DOUT, mri_);
DOUT << "\n";
#if 1
// Remember these liveintervals have been joined.
JoinedLIs.set(repSrcReg - MRegisterInfo::FirstVirtualRegister);
if (MRegisterInfo::isVirtualRegister(repDstReg))