mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Bug 517405 - nanojit: don't compute x86 FP conditions twice(!). r=rreitmai.
--HG-- extra : convert_revision : bb0d40d10977953fffe3063745de0d8778bec6c6
This commit is contained in:
parent
d6d822d4e5
commit
c1ecbe49e5
@ -770,12 +770,6 @@ namespace nanojit
|
||||
// only want certain regs
|
||||
Register r = prepResultReg(ins, AllowableFlagRegs);
|
||||
asm_setcc(r, ins);
|
||||
|
||||
// SETcc only sets low 8 bits, so extend
|
||||
MOVZX8(r,r);
|
||||
SETNP(r);
|
||||
|
||||
asm_fcmp(ins);
|
||||
}
|
||||
|
||||
void Assembler::asm_cond(LInsp ins)
|
||||
|
Loading…
Reference in New Issue
Block a user