Fix a FIXME about the format and add a test.
[oota-llvm.git] / test / Transforms / LoopSimplify / phi-node-simplify.ll
index 1a7ece73b03e3d5e1b1961d920ce8b7bb4563e18..8eb63d9111a7804bd729366ecf35b01ce7262390 100644 (file)
@@ -1,5 +1,5 @@
 ; Loop Simplify should turn phi nodes like X = phi [X, Y]  into just Y, eliminating them.
-; RUN: opt %s -loopsimplify | llvm-dis | grep phi | count 6
+; RUN: opt < %s -loop-simplify -S | grep phi | count 6
 
 @A = weak global [3000000 x i32] zeroinitializer               ; <[3000000 x i32]*> [#uses=1]
 @B = weak global [20000 x i32] zeroinitializer         ; <[20000 x i32]*> [#uses=1]