copyImplicitOps is redundant here - the loop above already copies these ops.

llvm-svn: 148725
This commit is contained in:
Lang Hames 2012-01-23 21:15:01 +00:00
parent 20948fab69
commit 2f6377cafe
1 changed files with 0 additions and 1 deletions

View File

@ -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);