mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Silence compiler warning.
llvm-svn: 116156
This commit is contained in:
parent
56d81e7eae
commit
e2a5f1be3b
@ -780,7 +780,7 @@ void ConnectedVNInfoEqClasses::Distribute(LiveInterval *LIV[]) {
|
||||
++J;
|
||||
for (LiveInterval::iterator I = J; I != E; ++I) {
|
||||
if (unsigned eq = eqClass_[I->valno->id]) {
|
||||
assert(LIV[eq]->empty() || LIV[eq]->expiredAt(I->start) &&
|
||||
assert((LIV[eq]->empty() || LIV[eq]->expiredAt(I->start)) &&
|
||||
"New intervals should be empty");
|
||||
LIV[eq]->ranges.push_back(*I);
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user