diff options
| author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2016-04-27 19:04:43 +0000 |
|---|---|---|
| committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2016-04-27 19:04:43 +0000 |
| commit | 44c19876c701ec6915bc2d0c683409ef2fbf291b (patch) | |
| tree | 68586bc7a82ef0b59e1028415ede4488d703d40e /llvm/test/Transforms | |
| parent | b0624a2cb4838adf5c9634a723e483f6776a0301 (diff) | |
| download | bcm5719-llvm-44c19876c701ec6915bc2d0c683409ef2fbf291b.tar.gz bcm5719-llvm-44c19876c701ec6915bc2d0c683409ef2fbf291b.zip | |
[InferAttrs] Mark memset_pattern16 params nocapture.
Differential Revision: http://reviews.llvm.org/D19471
llvm-svn: 267760
Diffstat (limited to 'llvm/test/Transforms')
| -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]+]] |

