Index: src/arm/codegen-arm.cc |
=================================================================== |
--- src/arm/codegen-arm.cc (revision 3310) |
+++ src/arm/codegen-arm.cc (working copy) |
@@ -1583,6 +1583,8 @@ |
node->continue_target()->Bind(); |
} |
if (has_valid_frame()) { |
+ Comment cmnt(masm_, "[ DoWhileCondition"); |
+ CodeForDoWhileConditionPosition(node); |
LoadConditionAndSpill(node->cond(), &body, node->break_target(), true); |
if (has_valid_frame()) { |
// A invalid frame here indicates that control did not |