diff options
author | Igor Laevsky <igmyrj@gmail.com> | 2015-08-13 17:40:04 +0000 |
---|---|---|
committer | Igor Laevsky <igmyrj@gmail.com> | 2015-08-13 17:40:04 +0000 |
commit | 30143aee112770247554b8c371ea03998300667d (patch) | |
tree | 5af8ca4aad41bc5baef9ceeee768bfc42c251137 /llvm/test/Transforms/Inline/inline_invoke.ll | |
parent | 29e8d343e48a524eaaff733653059bbc1862e980 (diff) | |
download | bcm5719-llvm-30143aee112770247554b8c371ea03998300667d.tar.gz bcm5719-llvm-30143aee112770247554b8c371ea03998300667d.zip |
Emit argmemonly attribute for intrinsics.
Differential Revision: http://reviews.llvm.org/D11352
llvm-svn: 244920
Diffstat (limited to 'llvm/test/Transforms/Inline/inline_invoke.ll')
-rw-r--r-- | llvm/test/Transforms/Inline/inline_invoke.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/inline_invoke.ll b/llvm/test/Transforms/Inline/inline_invoke.ll index 2ef216e2d38..8b666956c91 100644 --- a/llvm/test/Transforms/Inline/inline_invoke.ll +++ b/llvm/test/Transforms/Inline/inline_invoke.ll @@ -344,4 +344,5 @@ terminate: ; CHECK: attributes [[NUW]] = { nounwind } ; CHECK: attributes #1 = { nounwind readnone } ; CHECK: attributes #2 = { ssp uwtable } -; CHECK: attributes #3 = { noreturn nounwind } +; CHECK: attributes #3 = { nounwind argmemonly } +; CHECK: attributes #4 = { noreturn nounwind } |