Index: src/ic/ia32/ic-ia32.cc |
diff --git a/src/ic/ia32/ic-ia32.cc b/src/ic/ia32/ic-ia32.cc |
index 9c311aa6f18de59f42eb487ae851f982a72b3a5f..1754d5a6fcd8f15f8d66983955860bcc70a7f0c0 100644 |
--- a/src/ic/ia32/ic-ia32.cc |
+++ b/src/ic/ia32/ic-ia32.cc |
@@ -25,8 +25,6 @@ static void GenerateGlobalInstanceTypeCheck(MacroAssembler* masm, Register type, |
// type: holds the receiver instance type on entry. |
__ cmp(type, JS_GLOBAL_OBJECT_TYPE); |
__ j(equal, global_object); |
- __ cmp(type, JS_BUILTINS_OBJECT_TYPE); |
- __ j(equal, global_object); |
__ cmp(type, JS_GLOBAL_PROXY_TYPE); |
__ j(equal, global_object); |
} |