Chromium Code Reviews| Index: src/mips/code-stubs-mips.cc |
| =================================================================== |
| --- src/mips/code-stubs-mips.cc (revision 9575) |
| +++ src/mips/code-stubs-mips.cc (working copy) |
| @@ -4471,10 +4471,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. |
| // sp[0]: last_match_info (expected JSArray) |