From b8f950650b469f20d539fd6c219b56426899c21f Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Sun, 20 May 2012 05:28:53 +0000 Subject: [PATCH] Missed a push_back in r157147. llvm-svn: 157148 --- llvm/lib/CodeGen/RegisterCoalescer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/CodeGen/RegisterCoalescer.cpp b/llvm/lib/CodeGen/RegisterCoalescer.cpp index 149b6b751f9b..72c064713c2e 100644 --- a/llvm/lib/CodeGen/RegisterCoalescer.cpp +++ b/llvm/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