Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 3310) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -1318,6 +1318,8 @@ |
node->continue_target()->Bind(); |
} |
if (has_valid_frame()) { |
+ Comment cmnt(masm_, "[ DoWhileCondition"); |
+ CodeForDoWhileConditionPosition(node); |
ControlDestination dest(&body, node->break_target(), false); |
LoadCondition(node->cond(), &dest, true); |
} |