Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / LoopSimplify / phi-node-simplify.ll
index 1a7ece73b03e3d5e1b1961d920ce8b7bb4563e18..5e957ccbd88073f97625b039d24da02e569ce548 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 -loopsimplify -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]