| Index: src/ic/ppc/ic-ppc.cc
|
| diff --git a/src/ic/ppc/ic-ppc.cc b/src/ic/ppc/ic-ppc.cc
|
| index 00b45b6654d25bd6cd9e9a9f103ae7fd2c7e89a7..ea8239a3e2286b9e4a77ff63acb7d75a4d087771 100644
|
| --- a/src/ic/ppc/ic-ppc.cc
|
| +++ b/src/ic/ppc/ic-ppc.cc
|
| @@ -26,8 +26,6 @@ static void GenerateGlobalInstanceTypeCheck(MacroAssembler* masm, Register type,
|
| // type: holds the receiver instance type on entry.
|
| __ cmpi(type, Operand(JS_GLOBAL_OBJECT_TYPE));
|
| __ beq(global_object);
|
| - __ cmpi(type, Operand(JS_BUILTINS_OBJECT_TYPE));
|
| - __ beq(global_object);
|
| __ cmpi(type, Operand(JS_GLOBAL_PROXY_TYPE));
|
| __ beq(global_object);
|
| }
|
|
|