diff options
Diffstat (limited to 'llvm/test/Transforms/InferFunctionAttrs/annotate.ll')
| -rw-r--r-- | llvm/test/Transforms/InferFunctionAttrs/annotate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InferFunctionAttrs/annotate.ll b/llvm/test/Transforms/InferFunctionAttrs/annotate.ll index 8ac45df6e7e..6377d307522 100644 --- a/llvm/test/Transforms/InferFunctionAttrs/annotate.ll +++ b/llvm/test/Transforms/InferFunctionAttrs/annotate.ll @@ -25,7 +25,7 @@ declare i8* @_Znwm(i64) declare void @memset_pattern16(i8*, i8*, i64) ; CHECK: declare void @memset_pattern16(i8*, i8*, i64) -; CHECK-POSIX: declare void @memset_pattern16(i8*, i8* readonly, i64) [[G2:#[0-9]+]] +; CHECK-POSIX: declare void @memset_pattern16(i8* nocapture, i8* nocapture readonly, i64) [[G2:#[0-9]+]] declare i32 @gettimeofday(i8*, i8*) ; CHECK-POSIX: declare i32 @gettimeofday(i8* nocapture, i8* nocapture) [[G0:#[0-9]+]] |

