diff options
Diffstat (limited to 'test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll')
-rw-r--r-- | test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll b/test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll index d414b73..fa06cc7 100644 --- a/test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll +++ b/test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll @@ -1,6 +1,6 @@ ; RUN: opt < %s -functionattrs -S | FileCheck %s -; CHECK: declare noalias i8* @fopen(i8* nocapture, i8* nocapture) #0 +; CHECK: declare noalias i8* @fopen(i8* nocapture readonly, i8* nocapture readonly) #0 declare i8* @fopen(i8*, i8*) ; CHECK: declare i8 @strlen(i8* nocapture) #1 |