[Hexagon] Remove unnecessary case in StringSwitch, NFC

This commit is contained in:
Krzysztof Parzyszek 2020-01-16 09:58:45 -06:00
parent 760b175109
commit 237fd94312
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ static StringRef getDefaultHvxLength(StringRef Cpu) {
.Case("v60", "64b")
.Case("v62", "64b")
.Case("v65", "64b")
.Case("v66", "128b")
.Default("128b");
}