| Index: src/compiler/simd-scalar-lowering.h
|
| diff --git a/src/compiler/simd-scalar-lowering.h b/src/compiler/simd-scalar-lowering.h
|
| index 2b8537829b9f2f406a313383861f9d15e40853da..04f9d0ff77ca2dc6f2c4438a31e8ff807a99210b 100644
|
| --- a/src/compiler/simd-scalar-lowering.h
|
| +++ b/src/compiler/simd-scalar-lowering.h
|
| @@ -61,9 +61,6 @@
|
| const Operator* store_op, SimdType rep_type);
|
| void LowerBinaryOp(Node* node, SimdType input_rep_type, const Operator* op);
|
| void LowerUnaryOp(Node* node, SimdType input_rep_type, const Operator* op);
|
| - void LowerIntMinMax(Node* node, const Operator* op, bool is_max);
|
| - void LowerConvertFromFloat(Node* node, bool is_signed);
|
| - void LowerShiftOp(Node* node, const Operator* op);
|
|
|
| struct NodeState {
|
| Node* node;
|
|
|