aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ispositive.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ispositive.ll')
-rw-r--r--test/CodeGen/ARM/ispositive.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ispositive.ll b/test/CodeGen/ARM/ispositive.ll
index 5116ac82862a..245ed516f70b 100644
--- a/test/CodeGen/ARM/ispositive.ll
+++ b/test/CodeGen/ARM/ispositive.ll
@@ -1,6 +1,7 @@
-; RUN: llc < %s -march=arm | grep {mov r0, r0, lsr #31}
+; RUN: llc < %s -march=arm | FileCheck %s
define i32 @test1(i32 %X) {
+; CHECK: mov r0, r0, lsr #31
entry:
icmp slt i32 %X, 0 ; <i1>:0 [#uses=1]
zext i1 %0 to i32 ; <i32>:1 [#uses=1]