aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb/ispositive.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb/ispositive.ll')
-rw-r--r--test/CodeGen/Thumb/ispositive.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/ispositive.ll b/test/CodeGen/Thumb/ispositive.ll
index eac3ef2837..7b28227077 100644
--- a/test/CodeGen/Thumb/ispositive.ll
+++ b/test/CodeGen/Thumb/ispositive.ll
@@ -2,7 +2,7 @@
define i32 @test1(i32 %X) {
entry:
-; CHECK: test1:
+; CHECK-LABEL: test1:
; CHECK: lsrs r0, r0, #31
icmp slt i32 %X, 0 ; <i1>:0 [#uses=1]
zext i1 %0 to i32 ; <i32>:1 [#uses=1]