Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / loop-hoist.ll
index 4edb0884a6b1ad7ee0293b51e55dbcfb1cd5171c..c103e29f3bf346afd5a5e59426e55fcffabb5c51 100644 (file)
@@ -1,10 +1,10 @@
 ; LSR should hoist the load from the "Arr" stub out of the loop.
 
-; RUN: llvm-as < %s | llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 | FileCheck %s
+; RUN: llc < %s -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 | FileCheck %s
 
 ; CHECK: _foo:
 ; CHECK:    L_Arr$non_lazy_ptr
-; CHECK: LBB1_1:       ## cond_true
+; CHECK: LBB0_1:
 
 @Arr = external global [0 x i32]               ; <[0 x i32]*> [#uses=1]