From: Jakob Stoklund Olesen Date: Sun, 20 May 2012 05:28:53 +0000 (+0000) Subject: Missed a push_back in r157147. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4991de8fe1e72230cf714378b96411f1b59f6b77;p=oota-llvm.git Missed a push_back in r157147. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157148 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegisterCoalescer.cpp b/lib/CodeGen/RegisterCoalescer.cpp index 149b6b751f9..72c064713c2 100644 --- a/lib/CodeGen/RegisterCoalescer.cpp +++ b/lib/CodeGen/RegisterCoalescer.cpp @@ -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