diff options
-rw-r--r-- | lib/CodeGen/RegisterCoalescer.cpp | 1 |
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 |