Revision: 12656
Author:   [email protected]
Date:     Tue Oct  2 09:48:45 2012
Log:      Make sure all labels are bound and linked in ARM DoModI.

BUG=v8:2354

[email protected],[email protected]

Review URL: https://chromiumcodereview.appspot.com/11038017
http://code.google.com/p/v8/source/detail?r=12656

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

=======================================
--- /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc Mon Oct 1 14:27:33 2012 +++ /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc Tue Oct 2 09:48:45 2012
@@ -1016,7 +1016,7 @@
     ASSERT(!scratch.is(right));
     ASSERT(!scratch.is(result));

-    Label done, vfp_modulo, both_positive, right_negative;
+    Label vfp_modulo, both_positive, right_negative;

     // Check for x % 0.
     if (instr->hydrogen()->CheckFlag(HValue::kCanBeDivByZero)) {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to