Use opt -S instead of piping bitcode output through llvm-dis.
[oota-llvm.git] / test / Transforms / PruneEH / simpletest.ll
index 284fd6bcb5098d5fc1a87e2700025b1e3fe9512f..e081f6fe69f59ebaf0dd87b7a35999a4ae765178 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -prune-eh | llvm-dis | not grep invoke
+; RUN: opt %s -prune-eh -S | not grep invoke
 
 declare void @nounwind() nounwind