aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/AArch64/callee-save.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/callee-save.ll')
-rw-r--r--test/CodeGen/AArch64/callee-save.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/AArch64/callee-save.ll b/test/CodeGen/AArch64/callee-save.ll
index 9dddf74dd0..c66aa5bfc5 100644
--- a/test/CodeGen/AArch64/callee-save.ll
+++ b/test/CodeGen/AArch64/callee-save.ll
@@ -5,10 +5,10 @@
define void @foo() {
; CHECK: foo:
-; CHECK stp d14, d15, [sp
-; CHECK stp d12, d13, [sp
-; CHECK stp d10, d11, [sp
-; CHECK stp d8, d9, [sp
+; CHECK: stp d14, d15, [sp
+; CHECK: stp d12, d13, [sp
+; CHECK: stp d10, d11, [sp
+; CHECK: stp d8, d9, [sp
; Create lots of live variables to exhaust the supply of
; caller-saved registers