Index: src/ic/x87/ic-x87.cc |
diff --git a/src/ic/x87/ic-x87.cc b/src/ic/x87/ic-x87.cc |
index 5cba69e992d0002cf1e79f4fced68e74af639e6f..6ef5b635c7ca7999c5c710710a1cfc4ad9894b7b 100644 |
--- a/src/ic/x87/ic-x87.cc |
+++ b/src/ic/x87/ic-x87.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); |
} |