Index: src/compiler/s390/instruction-selector-s390.cc |
diff --git a/src/compiler/s390/instruction-selector-s390.cc b/src/compiler/s390/instruction-selector-s390.cc |
index b41e89b167c84f5a50d11e0e33117a38e521b677..b54062bf8ca0609b59927341d05944716d55f5d0 100644 |
--- a/src/compiler/s390/instruction-selector-s390.cc |
+++ b/src/compiler/s390/instruction-selector-s390.cc |
@@ -307,9 +307,6 @@ ArchOpcode SelectLoadOpcode(Node* node) { |
case MachineRepresentation::kWord64: // Fall through. |
#endif |
case MachineRepresentation::kSimd128: // Fall through. |
- case MachineRepresentation::kSimd1x4: // Fall through. |
- case MachineRepresentation::kSimd1x8: // Fall through. |
- case MachineRepresentation::kSimd1x16: // Fall through. |
case MachineRepresentation::kNone: |
default: |
UNREACHABLE(); |
@@ -820,9 +817,6 @@ void InstructionSelector::VisitStore(Node* node) { |
case MachineRepresentation::kWord64: // Fall through. |
#endif |
case MachineRepresentation::kSimd128: // Fall through. |
- case MachineRepresentation::kSimd1x4: // Fall through. |
- case MachineRepresentation::kSimd1x8: // Fall through. |
- case MachineRepresentation::kSimd1x16: // Fall through. |
case MachineRepresentation::kNone: |
UNREACHABLE(); |
return; |
@@ -887,9 +881,6 @@ void InstructionSelector::VisitCheckedLoad(Node* node) { |
case MachineRepresentation::kWord64: // Fall through. |
#endif |
case MachineRepresentation::kSimd128: // Fall through. |
- case MachineRepresentation::kSimd1x4: // Fall through. |
- case MachineRepresentation::kSimd1x8: // Fall through. |
- case MachineRepresentation::kSimd1x16: // Fall through. |
case MachineRepresentation::kNone: |
UNREACHABLE(); |
return; |
@@ -937,9 +928,6 @@ void InstructionSelector::VisitCheckedStore(Node* node) { |
case MachineRepresentation::kWord64: // Fall through. |
#endif |
case MachineRepresentation::kSimd128: // Fall through. |
- case MachineRepresentation::kSimd1x4: // Fall through. |
- case MachineRepresentation::kSimd1x8: // Fall through. |
- case MachineRepresentation::kSimd1x16: // Fall through. |
case MachineRepresentation::kNone: |
UNREACHABLE(); |
return; |