aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/constants.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/constants.ll')
-rw-r--r--test/CodeGen/XCore/constants.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/XCore/constants.ll b/test/CodeGen/XCore/constants.ll
index 1e064f3..c289bf9 100644
--- a/test/CodeGen/XCore/constants.ll
+++ b/test/CodeGen/XCore/constants.ll
@@ -3,7 +3,7 @@
; CHECK: .section .cp.rodata.cst4,"aMc",@progbits,4
; CHECK: .LCPI0_0:
; CHECK: .long 12345678
-; CHECK: f:
+; CHECK-LABEL: f:
; CHECK: ldw r0, cp[.LCPI0_0]
define i32 @f() {
entry:
@@ -12,7 +12,7 @@ entry:
define i32 @g() {
entry:
-; CHECK: g:
+; CHECK-LABEL: g:
; CHECK: mkmsk r0, 1
; CHECK: retsp 0
ret i32 1;