Chromium Code Reviews| Index: src/ia32/code-stubs-ia32.cc |
| =================================================================== |
| --- src/ia32/code-stubs-ia32.cc (revision 9575) |
| +++ src/ia32/code-stubs-ia32.cc (working copy) |
| @@ -3384,10 +3384,6 @@ |
| #ifdef V8_INTERPRETED_REGEXP |
| __ TailCallRuntime(Runtime::kRegExpExec, 4, 1); |
| #else // V8_INTERPRETED_REGEXP |
| - if (!FLAG_regexp_entry_native) { |
| - __ TailCallRuntime(Runtime::kRegExpExec, 4, 1); |
| - return; |
| - } |
| // Stack frame on entry. |
| // esp[0]: return address |