Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / GlobalOpt / phi-select.ll
index da1314f7619904275f248c3e846740c9041c7dab..cd8a7dc990ffe0b93e1599b317aaf8d00c12bace 100644 (file)
@@ -1,7 +1,7 @@
 ; Test that PHI nodes and select instructions do not necessarily make stuff
 ; non-constant.
 
-; RUN: llvm-as < %s | opt -globalopt | llvm-dis | not grep global
+; RUN: opt < %s -globalopt -S | not grep global
 
 @X = internal global i32 4              ; <i32*> [#uses=2]
 @Y = internal global i32 5              ; <i32*> [#uses=2]