mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Missed one silly assert :-)
llvm-svn: 11048
This commit is contained in:
parent
a7459c76aa
commit
107cf3892c
@ -401,7 +401,7 @@ void LiveIntervals::joinIntervals()
|
||||
assert(MRegisterInfo::isPhysicalRegister(intA->reg) &&
|
||||
MRegisterInfo::isVirtualRegister(intB->reg) &&
|
||||
"A must be physical and B must be virtual");
|
||||
assert(intA->reg != intB->reg);
|
||||
|
||||
if (!intA->overlaps(*intB) &&
|
||||
!overlapsAliases(*intA, *intB)) {
|
||||
intA->join(*intB);
|
||||
|
Loading…
x
Reference in New Issue
Block a user