Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / FunctionAttrs / 2008-09-03-ReadNone.ll
index a17d381eec80142ba6f9aea7a1edd1c3cdce7eed..535a1d0fba6b01c6d3ab84e20622ba082cc04f33 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | grep readnone | count 4
+; RUN: opt < %s -functionattrs -S | grep readnone | count 4
 @x = global i32 0
 
 declare i32 @e() readnone