aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/resources.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/resources.ll')
-rw-r--r--test/CodeGen/XCore/resources.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/XCore/resources.ll b/test/CodeGen/XCore/resources.ll
index 8f00fed160..74511ad452 100644
--- a/test/CodeGen/XCore/resources.ll
+++ b/test/CodeGen/XCore/resources.ll
@@ -227,14 +227,14 @@ define i32 @endin(i8 addrspace(1)* %r) {
}
define i32 @testct(i8 addrspace(1)* %r) {
-; CHECK: testct:
+; CHECK-LABEL: testct:
; CHECK: testct r0, res[r0]
%result = call i32 @llvm.xcore.testct.p1i8(i8 addrspace(1)* %r)
ret i32 %result
}
define i32 @testwct(i8 addrspace(1)* %r) {
-; CHECK: testwct:
+; CHECK-LABEL: testwct:
; CHECK: testwct r0, res[r0]
%result = call i32 @llvm.xcore.testwct.p1i8(i8 addrspace(1)* %r)
ret i32 %result