aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/multiply.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/codegen/multiply.go')
-rw-r--r--test/codegen/multiply.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/multiply.go b/test/codegen/multiply.go
index 3b88a1179f..8c76fd9bb1 100644
--- a/test/codegen/multiply.go
+++ b/test/codegen/multiply.go
@@ -173,7 +173,7 @@ func m27(x int64) int64 {
}
func m28(x int64) int64 {
// amd64: "IMUL3Q [$]28,"
- // arm64: "LSL [$]5, "SUB R[0-9]+<<2,"
+ // arm64: "LSL [$]5," "SUB R[0-9]+<<2,"
// loong64: "ALSLV [$]1," "SLLV [$]2," "ALSLV [$]3,"
return x * 28
}