MIPS: port Fix evaluation order of GT and LTE operators.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 19 Oct 2011 11:44:38 +0000 (11:44 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 19 Oct 2011 11:44:38 +0000 (11:44 +0000)
commitacc02637558ea4fb158af261aaae29e051b06339
tree2bbb8e29e2938a3a032d92fb771e56658d73dcfe
parent2791cd5a2c4d119af54d6eff0ee8e2741ae82403
MIPS: port Fix evaluation order of GT and LTE operators.

Port r9641 (2876c37)

Note that this port does not include crankshaft portions of this
commit. They have been included in today's update to
http://codereview.chromium.org/7934002/

Also, this fixes a changed function prototype for:
void Deoptimizer::RevertStackCheckCodeAt()

BUG=
TEST=

Review URL: http://codereview.chromium.org/8348028
Patch from Paul Lind <plind44@gmail.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9700 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/deoptimizer-mips.cc
src/mips/full-codegen-mips.cc
src/mips/ic-mips.cc