Index: src/compiler/instruction-codes.h |
diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
index 79ee12b3f6e5a1c2be4a3905d213328f35f591a8..6c31ac8f9d91f9ff7d5b0399ee8c32afb3e6b78f 100644 |
--- a/src/compiler/instruction-codes.h |
+++ b/src/compiler/instruction-codes.h |
@@ -72,8 +72,7 @@ |
V(CheckedStoreWord32) \ |
V(CheckedStoreWord64) \ |
V(CheckedStoreFloat32) \ |
- V(CheckedStoreFloat64) \ |
- V(ArchStackSlot) |
+ V(CheckedStoreFloat64) |
#define ARCH_OPCODE_LIST(V) \ |
COMMON_ARCH_OPCODE_LIST(V) \ |