whoops, didn't mean to remove this

llvm-svn: 15157
This commit is contained in:
Chris Lattner 2004-07-24 04:32:22 +00:00
parent d9bbbb8484
commit 8c595eb4bd
1 changed files with 3 additions and 1 deletions

View File

@ -550,6 +550,8 @@ void LiveIntervals::joinIntervalsInMachineBB(MachineBasicBlock *MBB) {
assert(IntA.reg == regA && IntB.reg == regB &&
"Register mapping is horribly broken!");
DEBUG(std::cerr << "\t\tInspecting " << IntA << " and " << IntB << ": ");
// If two intervals contain a single value and are joined by a copy, it
// does not matter if the intervals overlap, they can always be joined.
bool TriviallyJoinable =