Missed a push_back in r157147.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen 2012-05-20 05:28:53 +00:00
parent f0bf8b4018
commit 4991de8fe1

View File

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