mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Eliminate redundant BoxDouble(UnboxDouble) chains.
This commit is contained in:
parent
9e4119701e
commit
1261e82b42
@ -461,6 +461,8 @@ public:
|
||||
LIns* args2[] = { s0->oprnd1(), args[1] };
|
||||
return out->insCall(F_BoxInt32, args2);
|
||||
}
|
||||
if (s0->isCall() && s0->fid() == F_UnboxDouble)
|
||||
return callArgN(s0, 0);
|
||||
break;
|
||||
}
|
||||
return out->insCall(fid, args);
|
||||
|
Loading…
Reference in New Issue
Block a user