Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 8658a4e07187f108781ef5bcd4ce22d8bfc56077..2e1a9191ed359d642325611e191a551a0a5be665 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -12,6 +12,8 @@ |
| V(Branch) \ |
| V(IfTrue) \ |
| V(IfFalse) \ |
| + V(Switch) \ |
| + V(Case) \ |
| V(Merge) \ |
| V(Return) \ |
| V(OsrNormalEntry) \ |