diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-03-01 02:05:35 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-03-01 02:05:35 +0000 |
commit | 9be123c56880f43f9afcff2b8eca7f25c9c029f4 (patch) | |
tree | 4aa812a217ac79bd3b0f7efaa4eada01e5f87e22 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | |
parent | 8a703ad4b622a0aa774c5f5dad62ffdcdd3b4a3f (diff) | |
download | bcm5719-llvm-9be123c56880f43f9afcff2b8eca7f25c9c029f4.tar.gz bcm5719-llvm-9be123c56880f43f9afcff2b8eca7f25c9c029f4.zip |
Oops.
llvm-svn: 34768
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 6e516f560e5..a5907d6067e 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -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)) |