mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
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:
parent
5a5d116d58
commit
25116f5096
@ -256,7 +256,6 @@ bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) {
|
||||
DEBUG(MI.print(dbgs()));
|
||||
|
||||
TII->moveToVALU(MI);
|
||||
TII->legalizeOperands(&MI);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user