summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ispositive.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-10-27 06:16:45 +0000
committerBob Wilson <bob.wilson@apple.com>2009-10-27 06:16:45 +0000
commitb9350315d2bafcbdd667bfab49d10b7df4515ec5 (patch)
tree030c567bea2619a05712353b51ec43367cab22b6 /test/CodeGen/ARM/ispositive.ll
parent13e80bdb7198c34009824d06df7b854d8c47c891 (diff)
downloadllvm-b9350315d2bafcbdd667bfab49d10b7df4515ec5.tar.gz
llvm-b9350315d2bafcbdd667bfab49d10b7df4515ec5.tar.bz2
llvm-b9350315d2bafcbdd667bfab49d10b7df4515ec5.tar.xz
Fix the rest of the ARM failures by converting them to FileCheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85208 91177308-0d34-0410-b5e6-96231b3b80d8
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 5116ac8286..245ed516f7 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]