Fix test.
[oota-llvm.git] / test / Transforms / DeadArgElim / deadretval2.ll
index 6093132347c9bc68273e9baa9798164e35aa6552..dcdc36e319a3cde2339dfc734579fd9151e69ec3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -deadargelim -die | llvm-dis > %t
+; RUN: opt < %s -deadargelim -die -S > %t
 ; RUN: cat %t | not grep DEAD
 ; RUN: cat %t | grep LIVE | count 4