mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-20 05:38:50 +00:00
Oops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88d1f587d2
commit
8e92b4bae2
@ -988,7 +988,6 @@ bool LiveIntervals::JoinCopy(MachineInstr *CopyMI,
|
|||||||
DOUT << "\n\t\tJoined. Result = "; DestInt.print(DOUT, mri_);
|
DOUT << "\n\t\tJoined. Result = "; DestInt.print(DOUT, mri_);
|
||||||
DOUT << "\n";
|
DOUT << "\n";
|
||||||
|
|
||||||
#if 1
|
|
||||||
// Remember these liveintervals have been joined.
|
// Remember these liveintervals have been joined.
|
||||||
JoinedLIs.set(repSrcReg - MRegisterInfo::FirstVirtualRegister);
|
JoinedLIs.set(repSrcReg - MRegisterInfo::FirstVirtualRegister);
|
||||||
if (MRegisterInfo::isVirtualRegister(repDstReg))
|
if (MRegisterInfo::isVirtualRegister(repDstReg))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user