Index: src/compiler/instruction-codes.h |
diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
index 044b15d6caa5fc7f0f5f1ce2ff804a75aac97805..ef1e942ed4707783da8d4cccb2aab423d8c242ba 100644 |
--- a/src/compiler/instruction-codes.h |
+++ b/src/compiler/instruction-codes.h |
@@ -37,7 +37,8 @@ namespace compiler { |
V(ArchCallCodeObject) \ |
V(ArchCallJSFunction) \ |
V(ArchJmp) \ |
- V(ArchSwitch) \ |
+ V(ArchLookupSwitch) \ |
+ V(ArchTableSwitch) \ |
V(ArchNop) \ |
V(ArchRet) \ |
V(ArchStackPointer) \ |