Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / GlobalOpt / storepointer-compare.ll
index ca49ea6a8aaa7ec93f0cc7eae0b603664d62bc85..2f5ae869b7c27bd5062ea56194e0f05c6ce55407 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -globalopt | llvm-dis | \
+; RUN: opt < %s -globalopt -S | \
 ; RUN:   grep {call void @Actual}
 
 ; Check that a comparison does not prevent an indirect call from being made