Missed a push_back in r157147.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 20 May 2012 05:28:53 +0000 (05:28 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 20 May 2012 05:28:53 +0000 (05:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157148 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegisterCoalescer.cpp

index 149b6b751f9b51aa218691cc5a4b9b10e286a6a8..72c064713c2e4182142d1bd7e8bf8202f2636e6b 100644 (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