summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-05-20 05:28:53 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-05-20 05:28:53 +0000
commitb8f950650b469f20d539fd6c219b56426899c21f (patch)
tree76377c8acc274e76aae0bc45757be7c825552649 /llvm/lib/CodeGen
parentd0a38a8daa4c5d1cfaa12720b89bdd21a19f6b05 (diff)
downloadbcm5719-llvm-b8f950650b469f20d539fd6c219b56426899c21f.tar.gz
bcm5719-llvm-b8f950650b469f20d539fd6c219b56426899c21f.zip
Missed a push_back in r157147.
llvm-svn: 157148
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegisterCoalescer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegisterCoalescer.cpp b/llvm/lib/CodeGen/RegisterCoalescer.cpp
index 149b6b751f9..72c064713c2 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
OpenPOWER on IntegriCloud