Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / loop-strength-reduce2.ll
index a1f38a7edc02862fd381f81d22dd4848bce9208c..689ee1cf23f457eeaeff2f2f0bd778d170497b73 100644 (file)
@@ -1,10 +1,11 @@
-; RUN: llc < %s -mtriple=i686-apple-darwin -relocation-model=pic | grep {\$pb} | grep mov
+; RUN: llc < %s -mtriple=i686-apple-darwin -relocation-model=pic | FileCheck %s
 ;
 ; Make sure the PIC label flags2-"L1$pb" is not moved up to the preheader.
+; CHECK: mov{{.}} {{.*}}$pb
 
 @flags2 = internal global [8193 x i8] zeroinitializer, align 32                ; <[8193 x i8]*> [#uses=1]
 
-define void @test(i32 %k, i32 %i) {
+define void @test(i32 %k, i32 %i) nounwind {
 entry:
        %k_addr.012 = shl i32 %i, 1             ; <i32> [#uses=1]
        %tmp14 = icmp sgt i32 %k_addr.012, 8192         ; <i1> [#uses=1]