Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / ConstProp / phi.ll
index 858c0becb148f713096d7e494b0cc559f0d2458c..3d9e284457cf6e5884b3b8b9c3ccd9d231e80680 100644 (file)
@@ -1,7 +1,7 @@
 ; This is a basic sanity check for constant propogation.  The add instruction 
 ; should be eliminated.
 
-; RUN: llvm-as < %s | opt -constprop -die | llvm-dis | not grep phi
+; RUN: opt < %s -constprop -die -S | not grep phi
 
 define i32 @test(i1 %B) {
 BB0: