Revert r9805.

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
This commit is contained in:
fschneider@chromium.org 2011-10-27 12:12:53 +00:00
parent b56466f4da
commit a5b40e27b8
2 changed files with 0 additions and 18 deletions

View 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 {

View 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 ]