summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InferFunctionAttrs
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2016-07-13 19:09:16 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2016-07-13 19:09:16 +0000
commit346dd7f1bd985f8bd599bc66f3f2855d09ef5d9c (patch)
treefb8bf1f2785c552524294358af1ec974468b7d17 /llvm/test/Transforms/InferFunctionAttrs
parent18c3d0674e4ac0f821a4cf6f9257e7523fd0773b (diff)
downloadbcm5719-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.ll3
-rw-r--r--llvm/test/Transforms/InferFunctionAttrs/no-proto.ll3
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(...)
OpenPOWER on IntegriCloud