Revert r9805.
authorfschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 Oct 2011 12:12:53 +0000 (12:12 +0000)
committerfschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 Oct 2011 12:12:53 +0000 (12:12 +0000)
It did not fix the original problem, but instead introduced new ones.

R=vegorov@chromium.org
Review URL: http://codereview.chromium.org/8404037

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9817 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/hydrogen.cc
test/mjsunit/mjsunit.status

index 1460db8..3a4d172 100644 (file)
@@ -5132,11 +5132,7 @@ void HGraphBuilder::VisitCall(Call* expr) {
         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 {
index 8a1b68b..941e0e8 100644 (file)
@@ -65,20 +65,6 @@ regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
 debug-liveedit-check-stack: SKIP
 debug-liveedit-patch-positions-replace: SKIP
 
-# Liveedit messes with the frame hights - see bug 1791
-debug-liveedit-1: SKIP
-debug-liveedit-2: SKIP
-debug-liveedit-3: SKIP
-debug-liveedit-breakpoints: SKIP
-debug-liveedit-check-stack: SKIP
-debug-liveedit-diff: SKIP
-debug-liveedit-newsource: SKIP
-debug-liveedit-patch-positions: SKIP
-debug-liveedit-patch-positions-replace: SKIP
-debug-liveedit-utils: SKIP
-
-
-
 ##############################################################################
 [ $arch == arm ]