diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2016-07-13 19:09:16 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2016-07-13 19:09:16 +0000 |
commit | 346dd7f1bd985f8bd599bc66f3f2855d09ef5d9c (patch) | |
tree | fb8bf1f2785c552524294358af1ec974468b7d17 /llvm/test/Transforms/InferFunctionAttrs | |
parent | 18c3d0674e4ac0f821a4cf6f9257e7523fd0773b (diff) | |
download | bcm5719-llvm-346dd7f1bd985f8bd599bc66f3f2855d09ef5d9c.tar.gz bcm5719-llvm-346dd7f1bd985f8bd599bc66f3f2855d09ef5d9c.zip |
Reverting r275284 due to platform-specific test failures
llvm-svn: 275304
Diffstat (limited to 'llvm/test/Transforms/InferFunctionAttrs')
-rw-r--r-- | llvm/test/Transforms/InferFunctionAttrs/annotate.ll | 3 | ||||
-rw-r--r-- | llvm/test/Transforms/InferFunctionAttrs/no-proto.ll | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Transforms/InferFunctionAttrs/annotate.ll b/llvm/test/Transforms/InferFunctionAttrs/annotate.ll index 64676bf310b..039114d0cb9 100644 --- a/llvm/test/Transforms/InferFunctionAttrs/annotate.ll +++ b/llvm/test/Transforms/InferFunctionAttrs/annotate.ll @@ -499,9 +499,6 @@ 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) diff --git a/llvm/test/Transforms/InferFunctionAttrs/no-proto.ll b/llvm/test/Transforms/InferFunctionAttrs/no-proto.ll index 25a4805c367..256f5c356b8 100644 --- a/llvm/test/Transforms/InferFunctionAttrs/no-proto.ll +++ b/llvm/test/Transforms/InferFunctionAttrs/no-proto.ll @@ -480,9 +480,6 @@ declare void @memcmp(...) ; CHECK: declare void @memcpy(...) declare void @memcpy(...) -; CHECK: declare void @mempcpy(...) -declare void @mempcpy(...) - ; CHECK: declare void @memmove(...) declare void @memmove(...) |