зеркало из https://github.com/mozilla/gecko-dev.git
Bug 543803 - Fix unused-variable warnings in Release ARM builds (r=rreitmai)
--HG-- extra : convert_revision : de2889d43d17c9ccc659c509dcb0c1749111d336
This commit is contained in:
Родитель
344df5591b
Коммит
b7b00c3b01
|
@ -2634,13 +2634,12 @@ Assembler::asm_load32(LInsp ins)
|
||||||
void
|
void
|
||||||
Assembler::asm_cmov(LInsp ins)
|
Assembler::asm_cmov(LInsp ins)
|
||||||
{
|
{
|
||||||
LOpcode op = ins->opcode();
|
|
||||||
LIns* condval = ins->oprnd1();
|
LIns* condval = ins->oprnd1();
|
||||||
LIns* iftrue = ins->oprnd2();
|
LIns* iftrue = ins->oprnd2();
|
||||||
LIns* iffalse = ins->oprnd3();
|
LIns* iffalse = ins->oprnd3();
|
||||||
|
|
||||||
NanoAssert(condval->isCmp());
|
NanoAssert(condval->isCmp());
|
||||||
NanoAssert(op == LIR_cmov && iftrue->isI32() && iffalse->isI32());
|
NanoAssert(ins->opcode() == LIR_cmov && iftrue->isI32() && iffalse->isI32());
|
||||||
|
|
||||||
const Register rr = deprecated_prepResultReg(ins, GpRegs);
|
const Register rr = deprecated_prepResultReg(ins, GpRegs);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче