Revision: 21825
Author:   [email protected]
Date:     Fri Jun 13 02:00:13 2014 UTC
Log:      MIPS: Fix register usage after r21822.

The at register is no longer in usage, so changed it to "scratch".

BUG=
[email protected]

Review URL: https://codereview.chromium.org/335753003
http://code.google.com/p/v8/source/detail?r=21825

Modified:
 /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc Thu Jun 12 20:25:47 2014 UTC +++ /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc Fri Jun 13 02:00:13 2014 UTC
@@ -1341,7 +1341,7 @@
   __ Xor(scratch, scratch, result);
   if (divisor == -1) {
     if (instr->hydrogen()->CheckFlag(HValue::kLeftCanBeMinInt)) {
-      DeoptimizeIf(ge, instr->environment(), at, Operand(zero_reg));
+      DeoptimizeIf(ge, instr->environment(), scratch, Operand(zero_reg));
     }
     return;
   }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to