R600/SI: Remove redundant legalizeOperands call

llvm-svn: 194749
This commit is contained in:
Matt Arsenault 2013-11-14 23:44:25 +00:00
parent ad59015bf7
commit 855e0b71d4
1 changed files with 0 additions and 1 deletions

View File

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