AArch64/ARM64: spot a greater variety of concat_vector operations.
[oota-llvm.git] / test / CodeGen / Thumb / ispositive.ll
index eac3ef28377bcb9d059f9423d5ad3ab8dd9c79a7..8d396878932bbf6b9318f0e2a38798fc428539e6 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llc < %s -march=thumb | FileCheck %s
+; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
 
 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]