Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / ispositive.ll
index 7e8eb42b690fecda3c8dde5a5858b3ba688b4e15..2f1a2cfd7786df68d783b1b2689d25960293ca04 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llvm-as < %s | llc -march=arm | grep {mov r0, r0, lsr #31}
+; RUN: llc < %s -march=arm | FileCheck %s
 
 define i32 @test1(i32 %X) {
+; CHECK: lsr{{.*}}#31
 entry:
         icmp slt i32 %X, 0              ; <i1>:0 [#uses=1]
         zext i1 %0 to i32               ; <i32>:1 [#uses=1]