manually upgrade a bunch of tests to modern syntax, and remove some that
[oota-llvm.git] / test / Transforms / DeadArgElim / deadretval2.ll
index 316d7555e927d7b003b43bfa01b23d40d3e46ea1..dcdc36e319a3cde2339dfc734579fd9151e69ec3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -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