| Index: src/compiler/machine-graph-verifier.cc
|
| diff --git a/src/compiler/machine-graph-verifier.cc b/src/compiler/machine-graph-verifier.cc
|
| index 6ac7a163e1079a6a13b42c391975d5f4b048a032..32123b3440bbf10100e553f70432252691a108d3 100644
|
| --- a/src/compiler/machine-graph-verifier.cc
|
| +++ b/src/compiler/machine-graph-verifier.cc
|
| @@ -794,9 +794,6 @@ class MachineRepresentationChecker {
|
| case MachineRepresentation::kFloat32:
|
| case MachineRepresentation::kFloat64:
|
| case MachineRepresentation::kSimd128:
|
| - case MachineRepresentation::kSimd1x4:
|
| - case MachineRepresentation::kSimd1x8:
|
| - case MachineRepresentation::kSimd1x16:
|
| case MachineRepresentation::kBit:
|
| case MachineRepresentation::kWord8:
|
| case MachineRepresentation::kWord16:
|
|
|