Missed a push_back in r157147.

llvm-svn: 157148
This commit is contained in:
Jakob Stoklund Olesen 2012-05-20 05:28:53 +00:00
parent d0a38a8daa
commit b8f950650b
1 changed files with 0 additions and 1 deletions

View File

@ -1317,7 +1317,6 @@ bool RegisterCoalescer::joinIntervals(CoalescerPair &CP) {
continue; continue;
LHSValsDefinedFromRHS[VNI] = OtherVNI; LHSValsDefinedFromRHS[VNI] = OtherVNI;
DeadCopies.push_back(MI);
} }
// Loop over the value numbers of the RHS, seeing if any are defined from // Loop over the value numbers of the RHS, seeing if any are defined from