diff options
author | Lang Hames <lhames@gmail.com> | 2012-01-23 21:15:01 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2012-01-23 21:15:01 +0000 |
commit | e0bd8c3a2608f39f341eb3440df723dc48d435a5 (patch) | |
tree | e18808b3b5eac8c3261984159a981bc01c418d67 /lib/CodeGen/RegisterCoalescer.cpp | |
parent | d0848a6398e0830898463ceb0041d4d7b163512d (diff) |
copyImplicitOps is redundant here - the loop above already copies these ops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegisterCoalescer.cpp')
-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 4ed254a998..3493645f7f 100644 --- a/lib/CodeGen/RegisterCoalescer.cpp +++ b/lib/CodeGen/RegisterCoalescer.cpp @@ -850,7 +850,6 @@ bool RegisterCoalescer::ReMaterializeTrivialDef(LiveInterval &SrcInt, RemoveCopyFlag(MO.getReg(), CopyMI); } - NewMI->copyImplicitOps(CopyMI); LIS->ReplaceMachineInstrInMaps(CopyMI, NewMI); CopyMI->eraseFromParent(); ReMatCopies.insert(CopyMI); |