| Index: src/interpreter/bytecode-peephole-table.h
|
| diff --git a/src/interpreter/bytecode-peephole-table.h b/src/interpreter/bytecode-peephole-table.h
|
| index 7c0059e8cc3d9d387cf507fe22967432acb90826..ec0d2f16382def01fe24ce64711e5196e8403798 100644
|
| --- a/src/interpreter/bytecode-peephole-table.h
|
| +++ b/src/interpreter/bytecode-peephole-table.h
|
| @@ -11,18 +11,18 @@ namespace v8 {
|
| namespace internal {
|
| namespace interpreter {
|
|
|
| -#define PEEPHOLE_NON_JUMP_ACTION_LIST(V) \
|
| - V(DefaultAction) \
|
| - V(UpdateLastAction) \
|
| - V(UpdateLastIfSourceInfoPresentAction) \
|
| - V(ElideCurrentAction) \
|
| - V(ElideCurrentIfOperand0MatchesAction) \
|
| - V(ElideCurrentIfLoadingNameConstantAction) \
|
| - V(ElideLastAction) \
|
| - V(ChangeBytecodeAction) \
|
| - V(TransformLdaStarToLdrLdarAction) \
|
| - V(TransformLdaSmiBinaryOpToBinaryOpWithSmiAction) \
|
| - V(TransformLdaZeroBinaryOpToBinaryOpWithZeroAction)
|
| +#define PEEPHOLE_NON_JUMP_ACTION_LIST(V) \
|
| + V(DefaultAction) \
|
| + V(UpdateLastAction) \
|
| + V(UpdateLastIfSourceInfoPresentAction) \
|
| + V(ElideCurrentAction) \
|
| + V(ElideCurrentIfOperand0MatchesAction) \
|
| + V(ElideLastAction) \
|
| + V(ChangeBytecodeAction) \
|
| + V(TransformLdaStarToLdrLdarAction) \
|
| + V(TransformLdaSmiBinaryOpToBinaryOpWithSmiAction) \
|
| + V(TransformLdaZeroBinaryOpToBinaryOpWithZeroAction) \
|
| + V(TransformToStarIfLoadingNameConstantAction)
|
|
|
| #define PEEPHOLE_JUMP_ACTION_LIST(V) \
|
| V(DefaultJumpAction) \
|
|
|