From 07f6d61915bd2d610cda78bec3232b3b74b7335a Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Thu, 12 Jun 2014 08:34:09 +0000 Subject: [PATCH] Revert "MIPS: Reland 21774: Generate KeyedLoadGeneric with Hydrogen" This reverts commit r21784 as the original CL also got reverted. BUG= TBR=danno@chromium.org Review URL: https://codereview.chromium.org/329973002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21794 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/mips/code-stubs-mips.cc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc index b03d855788..771a5db571 100644 --- a/src/mips/code-stubs-mips.cc +++ b/src/mips/code-stubs-mips.cc @@ -119,16 +119,6 @@ void RegExpConstructResultStub::InitializeInterfaceDescriptor( } -void KeyedLoadGenericElementStub::InitializeInterfaceDescriptor( - CodeStubInterfaceDescriptor* descriptor) { - static Register registers[] = { a1, a0 }; - descriptor->register_param_count_ = 2; - descriptor->register_params_ = registers; - descriptor->deoptimization_handler_ = - Runtime::FunctionForId(Runtime::kKeyedGetProperty)->entry; -} - - void LoadFieldStub::InitializeInterfaceDescriptor( CodeStubInterfaceDescriptor* descriptor) { static Register registers[] = { a0 };