diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2016-07-26 17:23:13 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2016-07-26 17:23:13 +0000 |
commit | 3104a6bad05b9b1432b7afd5c31e1318bd8e1814 (patch) | |
tree | 451d1c02b6aaefd801352f83b27c607d97921430 /llvm/test/Transforms/InferFunctionAttrs/annotate.ll | |
parent | 75069a16680c3f2a78caeeb0eafd0882a8250544 (diff) | |
download | bcm5719-llvm-3104a6bad05b9b1432b7afd5c31e1318bd8e1814.tar.gz bcm5719-llvm-3104a6bad05b9b1432b7afd5c31e1318bd8e1814.zip |
Re-committing r275284: add support to inline __builtin_mempcpy
Patch by Sunita Marathe
Differential Revision: http://reviews.llvm.org/D21920
llvm-svn: 276771
Diffstat (limited to 'llvm/test/Transforms/InferFunctionAttrs/annotate.ll')
-rw-r--r-- | llvm/test/Transforms/InferFunctionAttrs/annotate.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Transforms/InferFunctionAttrs/annotate.ll b/llvm/test/Transforms/InferFunctionAttrs/annotate.ll index 039114d0cb9..64676bf310b 100644 --- a/llvm/test/Transforms/InferFunctionAttrs/annotate.ll +++ b/llvm/test/Transforms/InferFunctionAttrs/annotate.ll @@ -499,6 +499,9 @@ declare i32 @memcmp(i8*, i8*, i64) ; CHECK: declare i8* @memcpy(i8*, i8* nocapture readonly, i64) [[G0]] declare i8* @memcpy(i8*, i8*, i64) +; CHECK: declare i8* @mempcpy(i8*, i8* nocapture readonly, i64) [[G0]] +declare i8* @mempcpy(i8*, i8*, i64) + ; CHECK: declare i8* @memmove(i8*, i8* nocapture readonly, i64) [[G0]] declare i8* @memmove(i8*, i8*, i64) |