| Index: src/compiler/simd-scalar-lowering.h
|
| diff --git a/src/compiler/simd-scalar-lowering.h b/src/compiler/simd-scalar-lowering.h
|
| index c10b5cdf0eb2b21018f379c30adc83408d9c6465..39449f4b9ff54d01a82fc25cf204bab9efa23812 100644
|
| --- a/src/compiler/simd-scalar-lowering.h
|
| +++ b/src/compiler/simd-scalar-lowering.h
|
| @@ -30,7 +30,7 @@ class SimdScalarLowering {
|
|
|
| enum class SimdType : uint8_t { kInt32, kFloat32 };
|
|
|
| - static const size_t kMaxLanes = 4;
|
| + static const int kMaxLanes = 4;
|
|
|
| struct Replacement {
|
| Node* node[kMaxLanes];
|
|
|