| Index: src/interpreter/bytecode-peephole-table.h
|
| diff --git a/src/interpreter/bytecode-peephole-table.h b/src/interpreter/bytecode-peephole-table.h
|
| index bcbf954a7722715f0fd74ce371df7967bbb3155b..fe46979fd934b47ac69cd7aab42bccea1a9030c7 100644
|
| --- a/src/interpreter/bytecode-peephole-table.h
|
| +++ b/src/interpreter/bytecode-peephole-table.h
|
| @@ -21,7 +21,7 @@ namespace interpreter {
|
| V(ChangeBytecodeAction) \
|
| V(TransformLdaSmiBinaryOpToBinaryOpWithSmiAction) \
|
| V(TransformLdaZeroBinaryOpToBinaryOpWithZeroAction) \
|
| - V(TransformEqualityWithNullOrUndefinedToTestUndetectableAction)
|
| + V(TransformEqualityWithNullOrUndefinedAction)
|
|
|
| #define PEEPHOLE_JUMP_ACTION_LIST(V) \
|
| V(DefaultJumpAction) \
|
|
|