diff options
Diffstat (limited to 'test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll')
-rw-r--r-- | test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll b/test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll index 98cd446910..b8fb5dea7a 100644 --- a/test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll +++ b/test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -functionattrs | llvm-dis | grep readnone | count 2 +; RUN: opt %s -functionattrs -S | grep readnone | count 2 declare i32 @g(i32*) readnone |