| Index: src/ic/mips/ic-mips.cc
|
| diff --git a/src/ic/mips/ic-mips.cc b/src/ic/mips/ic-mips.cc
|
| index beff9a90a67b61684c4a0c42ec7b055a9abb2625..0ebfdcfa34cb45d4ce61f1cf753a22b3fba64cf9 100644
|
| --- a/src/ic/mips/ic-mips.cc
|
| +++ b/src/ic/mips/ic-mips.cc
|
| @@ -25,7 +25,6 @@ static void GenerateGlobalInstanceTypeCheck(MacroAssembler* masm, Register type,
|
| // Register usage:
|
| // type: holds the receiver instance type on entry.
|
| __ Branch(global_object, eq, type, Operand(JS_GLOBAL_OBJECT_TYPE));
|
| - __ Branch(global_object, eq, type, Operand(JS_BUILTINS_OBJECT_TYPE));
|
| __ Branch(global_object, eq, type, Operand(JS_GLOBAL_PROXY_TYPE));
|
| }
|
|
|
|
|