Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 2e1a9191ed359d642325611e191a551a0a5be665..a4f8d3ec1696139bff81aab66c4074e9a15e4e5c 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -13,7 +13,8 @@ |
V(IfTrue) \ |
V(IfFalse) \ |
V(Switch) \ |
- V(Case) \ |
+ V(IfValue) \ |
+ V(IfDefault) \ |
V(Merge) \ |
V(Return) \ |
V(OsrNormalEntry) \ |