| Index: src/mips/builtins-mips.cc
|
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
|
| index f6365f3a80309432c77ea4db2013797540f769ba..65cf89c61b94f2a960e57190d4ae2f484a8b6ef4 100644
|
| --- a/src/mips/builtins-mips.cc
|
| +++ b/src/mips/builtins-mips.cc
|
| @@ -1407,12 +1407,6 @@ void Builtins::Generate_NotifyOSR(MacroAssembler* masm) {
|
|
|
|
|
| void Builtins::Generate_OnStackReplacement(MacroAssembler* masm) {
|
| - CpuFeatures::TryForceFeatureScope scope(VFP3);
|
| - if (!CpuFeatures::IsSupported(FPU)) {
|
| - __ Abort("Unreachable code: Cannot optimize without FPU support.");
|
| - return;
|
| - }
|
| -
|
| // Lookup the function in the JavaScript frame and push it as an
|
| // argument to the on-stack replacement function.
|
| __ lw(a0, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
|
|
|