Commit 9ae91f8d authored by neis's avatar neis Committed by Commit bot

[full-codegen] Remove superfluous NestedStatement use in VisitDoExpression

BUG=

Review-Url: https://codereview.chromium.org/1943893003
Cr-Commit-Position: refs/heads/master@{#36026}
parent e5baec22
......@@ -855,7 +855,6 @@ void FullCodeGenerator::VisitBlock(Block* stmt) {
void FullCodeGenerator::VisitDoExpression(DoExpression* expr) {
Comment cmnt(masm_, "[ Do Expression");
NestedStatement nested_block(this);
SetExpressionPosition(expr);
VisitBlock(expr->block());
EmitVariableLoad(expr->result());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment