Index: src/hydrogen.cc |
=================================================================== |
--- src/hydrogen.cc (revision 9816) |
+++ src/hydrogen.cc (working copy) |
@@ -5132,11 +5132,7 @@ |
call = PreProcessCall(new(zone()) HInvokeFunction(context, |
function, |
argument_count)); |
- call->set_position(expr->position()); |
- AddInstruction(call); |
- AddSimulate(expr->id()); |
Drop(1); // The function. |
- return ast_context()->ReturnValue(call); |
} |
} else { |