Use opt -S instead of piping bitcode output through llvm-dis.
[oota-llvm.git] / test / Analysis / BasicAA / 2007-08-05-GetOverloadedModRef.ll
index c555f63339846570ed6c87dfbfa1289ef374c19f..6a92fd8cc33adc33977e7e3209e47a523161ebda 100644 (file)
@@ -1,5 +1,5 @@
 ; PR1600
-; RUN: llvm-as < %s | opt -basicaa -load-vn -gcse -instcombine | llvm-dis | \
+; RUN: opt %s -basicaa -gvn -instcombine -S | \
 ; RUN:   grep {ret i32 0}
 ; END.