diff options
Diffstat (limited to 'llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll')
-rw-r--r-- | llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll b/llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll index a17d381eec8..ec731127287 100644 --- a/llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll +++ b/llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | grep readnone | count 4 +; RUN: opt %s -functionattrs | llvm-dis | grep readnone | count 4 @x = global i32 0 declare i32 @e() readnone |