diff options
Diffstat (limited to 'test/Transforms/FunctionAttrs/2008-12-29-Constant.ll')
-rw-r--r-- | test/Transforms/FunctionAttrs/2008-12-29-Constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll b/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll index 672b5e1..9655da4 100644 --- a/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll +++ b/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -functionattrs -S | grep readnone +; RUN: opt < %s -basicaa -functionattrs -S | grep readnone @s = external constant i8 ; <i8*> [#uses=1] |