diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-05-20 05:28:53 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-05-20 05:28:53 +0000 |
commit | b8f950650b469f20d539fd6c219b56426899c21f (patch) | |
tree | 76377c8acc274e76aae0bc45757be7c825552649 /llvm/lib/CodeGen | |
parent | d0a38a8daa4c5d1cfaa12720b89bdd21a19f6b05 (diff) | |
download | bcm5719-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.cpp | 1 |
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 |