[PowerPC] Enable interleaved-access vectorization
[oota-llvm.git] / test / Transforms / SimplifyCFG / branch-cond-prop.ll
index 8d5cdc57bb7e6fefe5c81839182f169782414231..448934e725081cce2d2785821b02df9bcbdb8c9e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -simplifycfg | llvm-dis | not grep call
+; RUN: opt < %s -simplifycfg -S | not grep call
 
 declare void @bar()