diff options
Diffstat (limited to 'llvm/test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll')
-rw-r--r-- | llvm/test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll b/llvm/test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll index d414b73524f..fa06cc718a9 100644 --- a/llvm/test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll +++ b/llvm/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 |