Index: src/compiler/instruction-codes.h |
diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
index d5c04ab125f8a723ac15eba2c828124d1dd20416..7b42eb77841292892c5bb8286fb8668956365260 100644 |
--- a/src/compiler/instruction-codes.h |
+++ b/src/compiler/instruction-codes.h |
@@ -35,7 +35,9 @@ namespace compiler { |
// Most opcodes specify a single instruction. |
#define ARCH_OPCODE_LIST(V) \ |
V(ArchCallCodeObject) \ |
+ V(ArchTailCallCodeObject) \ |
V(ArchCallJSFunction) \ |
+ V(ArchTailCallJSFunction) \ |
V(ArchJmp) \ |
V(ArchLookupSwitch) \ |
V(ArchTableSwitch) \ |