Move few target-dependant tests to appropriate directories.
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / ops_after_indvar.ll
index 5880dc15f0d24d7b04c897ec76518861cb369cd0..00bd068d0b8f02f95231f49bc8df7b60777c85fc 100644 (file)
@@ -1,7 +1,9 @@
 ; Check that this test makes INDVAR and related stuff dead, because P[indvar]
 ; gets reduced, making INDVAR dead.
 
-; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | not grep INDVAR
+; RUN: opt < %s -loop-reduce -S | not grep INDVAR
+
+target datalayout = "e-p:32:32:32-n:32"
 
 declare i1 @pred()