summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterCoalescer.cpp
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
commit4991de8fe1e72230cf714378b96411f1b59f6b77 (patch)
tree5024218759f56aed16995dd35f1b1a0c0971f1a7 /lib/CodeGen/RegisterCoalescer.cpp
parentf0bf8b401827b58ec171c9d994c46d7f810a3e17 (diff)
downloadllvm-4991de8fe1e72230cf714378b96411f1b59f6b77.tar.gz
llvm-4991de8fe1e72230cf714378b96411f1b59f6b77.tar.bz2
llvm-4991de8fe1e72230cf714378b96411f1b59f6b77.tar.xz
Missed a push_back in r157147.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegisterCoalescer.cpp')
-rw-r--r--lib/CodeGen/RegisterCoalescer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/RegisterCoalescer.cpp b/lib/CodeGen/RegisterCoalescer.cpp
index 149b6b751f..72c064713c 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