Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / FunctionAttrs / 2008-09-13-VolatileRead.ll
index b6077fd8ee39c579755529a7e5340b6109588a8b..85df09ebd7fe4dcc89729915d7184d736fedf4e8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | not grep read
+; RUN: opt < %s -functionattrs -S | not grep read
 ; PR2792
 
 @g = global i32 0              ; <i32*> [#uses=1]