Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index ea8263db15597a9c06664577d6bf879322a5d302..d0aaf7967f6e28131d5788f4cee3cc7a090c07fc 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -21,6 +21,11 @@ |
| V(Start) \ |
| V(End) |
| +#define CONTROL_OP_LIST(V) \ |
|
titzer
2014/10/14 16:13:22
You got this macro twice.
rossberg
2014/10/15 08:59:08
Huh. Probably merge weirdness.
|
| + INNER_CONTROL_OP_LIST(V) \ |
| + V(Start) \ |
| + V(End) |
| + |
| // Opcodes for common operators. |
| #define LEAF_OP_LIST(V) \ |
| V(Int32Constant) \ |