Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 1cc33e055e0f2abfa8a5ab979c1946225eba0b76..8ee71973676427ed304eb9c76221517036e17424 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -23,7 +23,6 @@ |
| // Opcodes for common operators. |
| #define LEAF_OP_LIST(V) \ |
| - V(Parameter) \ |
| V(Int32Constant) \ |
| V(Int64Constant) \ |
| V(Float64Constant) \ |
| @@ -36,6 +35,7 @@ |
| V(EffectPhi) \ |
| V(FrameState) \ |
| V(Call) \ |
| + V(Parameter) \ |
| V(Projection) |
| #define COMMON_OP_LIST(V) \ |