Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index b0529436f147243451d003fe532708c0c0c29fbc..e08a8c87ba370b90adeba11c80b54006e00fa7dc 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -62,7 +62,8 @@ |
| V(LoopExitValue) \ |
| V(LoopExitEffect) \ |
| V(Projection) \ |
| - V(Retain) |
| + V(Retain) \ |
| + V(TypeGuard) |
| #define COMMON_OP_LIST(V) \ |
| CONSTANT_OP_LIST(V) \ |