Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / GlobalOpt / deadglobal-2.ll
index def6a09d2781d5035b0ac0d8e39ac1fb88558492..4f8181983094779da22f0d9a376beea7e4ca2c05 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -globalopt | llvm-dis | not grep internal
+; RUN: opt < %s -globalopt -S | not grep internal
 
 ; This is a harder case to delete as the GEP has a variable index.