summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/XCore/ps-intrinsics.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/XCore/ps-intrinsics.ll')
-rw-r--r--llvm/test/CodeGen/XCore/ps-intrinsics.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/XCore/ps-intrinsics.ll b/llvm/test/CodeGen/XCore/ps-intrinsics.ll
index 92b26c75e0e..02609ed8d67 100644
--- a/llvm/test/CodeGen/XCore/ps-intrinsics.ll
+++ b/llvm/test/CodeGen/XCore/ps-intrinsics.ll
@@ -3,7 +3,7 @@ declare i32 @llvm.xcore.getps(i32)
declare void @llvm.xcore.setps(i32, i32)
define i32 @getps(i32 %reg) nounwind {
-; CHECK: getps:
+; CHECK-LABEL: getps:
; CHECK: get r0, ps[r0]
%result = call i32 @llvm.xcore.getps(i32 %reg)
ret i32 %result
@@ -11,7 +11,7 @@ define i32 @getps(i32 %reg) nounwind {
define void @setps(i32 %reg, i32 %value) nounwind {
-; CHECK: setps:
+; CHECK-LABEL: setps:
; CHECK: set ps[r0], r1
call void @llvm.xcore.setps(i32 %reg, i32 %value)
ret void
OpenPOWER on IntegriCloud