mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00:00
whoops, didn't mean to remove this
llvm-svn: 15157
This commit is contained in:
parent
de8efecef1
commit
26856ab7c3
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user