Add a new ObjC ARC optimization pass to eliminate unneeded
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / variable_stride.ll
index 90d3947101ff5f9c4b31b22d4a395f14c28c0cae..7c0f053e4c345a65f0b5be0f80a5c20540729b8e 100644 (file)
@@ -1,5 +1,5 @@
 ; Check that variable strides are reduced to adds instead of multiplies.
-; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | not grep mul
+; RUN: opt < %s -loop-reduce -S | not grep mul
 
 declare i1 @pred(i32)