aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll')
-rw-r--r--test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll b/test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll
index 645e68b..b8bea1f 100644
--- a/test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll
+++ b/test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll
@@ -23,7 +23,7 @@ entry:
ret void
}
-; CHECK: main:
+; CHECK-LABEL: main:
; CHECK: movw [[BASE:r[0-9]+]], :lower16:static_val
; CHECK: movt [[BASE]], :upper16:static_val
; ldm is not formed when the coalescer failed to coalesce everything.
@@ -53,7 +53,7 @@ entry:
ret void
}
-; CHECK: main_fixed_arg:
+; CHECK-LABEL: main_fixed_arg:
; CHECK: movw [[BASE:r[0-9]+]], :lower16:static_val
; CHECK: movt [[BASE]], :upper16:static_val
; ldm is not formed when the coalescer failed to coalesce everything.