Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index fc67e740f6cd149279994de3cdba44873d586a9d..afae7867b4caf701ba3dcd10ea11d602a48ffebc 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -47,6 +47,8 @@ |
V(EffectPhi) \ |
V(ValueEffect) \ |
V(Finish) \ |
+ V(DeadValue) \ |
Benedikt Meurer
2015/06/18 07:16:53
Nit: Please move these two to COMMON_OP_LIST
Michael Starzinger
2015/06/18 07:49:28
Done.
|
+ V(DeadEffect) \ |
V(FrameState) \ |
V(StateValues) \ |
V(TypedStateValues) \ |