[v8] r12656 committed - Make sure all labels are bound and linked in ARM DoModI....

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 2, 2012, 12:49:03 PM10/2/12
to v8-...@googlegroups.com
Revision: 12656
Author: ul...@chromium.org
Date: Tue Oct 2 09:48:45 2012
Log: Make sure all labels are bound and linked in ARM DoModI.

BUG=v8:2354

TBR=da...@chromium.org,subra...@codeaurora.org

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)) {
Reply all
Reply to author
Forward
0 new messages