aboutsummaryrefslogtreecommitdiff
path: root/test/codegen
diff options
context:
space:
mode:
Diffstat (limited to 'test/codegen')
-rw-r--r--test/codegen/switch.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/codegen/switch.go b/test/codegen/switch.go
index 217862711e..baeb7cb8dd 100644
--- a/test/codegen/switch.go
+++ b/test/codegen/switch.go
@@ -134,7 +134,6 @@ func floatLookup(x int) float64 {
func stringLookup(x int) string {
// amd64:`LEAQ .*\(SB\)` -`JMP \(.*\)\(.*\)$`
// arm64:-`JMP \(R.*\)$`
- // loong64:-`ALSLV`
switch x {
case 1:
return "a"
@@ -161,7 +160,6 @@ func stringLookup(x int) string {
func complexLookup(x int) complex128 {
// amd64:`LEAQ .*\(SB\)` -`JMP \(.*\)\(.*\)$`
// arm64:-`JMP \(R.*\)$`
- // loong64:-`ALSLV`
switch x {
case 1:
return 1 + 2i