mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 00:29:11 +01:00
JitIL: Removed unused variables reviewed in r6010.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6011 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
aaa083f8f0
commit
d5a698f188
@ -1154,8 +1154,6 @@ void IRBuilder::simplifyCommutative(unsigned Opcode, InstLoc& Op1, InstLoc& Op2)
|
||||
ops[3] = std::make_pair(getComplexity(getOp2(Op2)), getOp2(Op2));
|
||||
std::sort(ops, ops + 4, std::greater<std::pair<unsigned, InstLoc> >());
|
||||
|
||||
const InstLoc Op1Old = Op1;
|
||||
const InstLoc Op2Old = Op2;
|
||||
Op1 = FoldBiOp(Opcode, FoldBiOp(Opcode, ops[0].second, ops[1].second), ops[2].second);
|
||||
Op2 = ops[3].second;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user