Removed the VMLxForwarding feature for the Cortex-A15 target.
[oota-llvm.git] / test / CodeGen / ARM / ispositive.ll
index 8dcac30fac8be44ef12e25144e86123fa18ca88c..2f1a2cfd7786df68d783b1b2689d25960293ca04 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=arm | grep {mov r0, r0, lsr #31}
-; RUN: llvm-as < %s | llc -march=thumb | grep {lsr r0, r0, #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]