aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/spills.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/codegen/spills.go')
-rw-r--r--test/codegen/spills.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/spills.go b/test/codegen/spills.go
index c8ac9859a4..9b04d7d3d0 100644
--- a/test/codegen/spills.go
+++ b/test/codegen/spills.go
@@ -6,7 +6,7 @@
package codegen
-func i64(a, b int64) int64 { // arm64:`STP\s`,`LDP\s`
+func i64(a, b int64) int64 { // arm64:`STP `,`LDP `
g()
return a + b
}