mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Oops.
llvm-svn: 34768
This commit is contained in:
parent
d1fa618990
commit
938b4d7817
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user