Fix a bad commit due to an svn merge error.
Review URL: http://codereview.chromium.org/368007 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3232 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
debb5f8b48
commit
16303936de
@ -600,10 +600,6 @@ CodeGenSelector::CodeGenTag CodeGenSelector::Select(FunctionLiteral* fun) {
|
||||
}
|
||||
}
|
||||
|
||||
if (scope->num_heap_slots() != 0) {
|
||||
if (FLAG_trace_bailout) PrintF("function has context slots\n");
|
||||
return NORMAL;
|
||||
}
|
||||
if (scope->arguments() != NULL) {
|
||||
if (FLAG_trace_bailout) PrintF("function uses 'arguments'\n");
|
||||
return NORMAL;
|
||||
|
Loading…
Reference in New Issue
Block a user