R600/SI: Remove redundant legalizeOperands call

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194749 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2013-11-14 23:44:25 +00:00
parent 5a5d116d58
commit 25116f5096

View File

@ -256,7 +256,6 @@ bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) {
DEBUG(MI.print(dbgs()));
TII->moveToVALU(MI);
TII->legalizeOperands(&MI);
break;
}
}