Index: src/compiler/instruction-codes.h |
diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
index 669316a4371427556d9274989ce9baf6f7801087..2d921bd64418b0c0cf9800b703d482b3309dbcea 100644 |
--- a/src/compiler/instruction-codes.h |
+++ b/src/compiler/instruction-codes.h |
@@ -29,10 +29,8 @@ namespace compiler { |
// Target-specific opcodes that specify which assembly sequence to emit. |
// Most opcodes specify a single instruction. |
#define ARCH_OPCODE_LIST(V) \ |
- V(ArchCallAddress) \ |
V(ArchCallCodeObject) \ |
V(ArchCallJSFunction) \ |
- V(ArchDrop) \ |
V(ArchJmp) \ |
V(ArchNop) \ |
V(ArchRet) \ |