summaryrefslogtreecommitdiff
path: root/test/Bitcode/memcpy.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-20 04:49:11 +0000
committerChris Lattner <sabre@nondot.org>2010-04-20 04:49:11 +0000
commitf1cfb953375b726f999976924f95fb80db3c1c97 (patch)
tree0ed69bfa2f1e1ef3e5f5c92b1322b9372b8ecab0 /test/Bitcode/memcpy.ll
parent8b1dbebc1e783fde62d01608d5f3a436c5a1a737 (diff)
downloadllvm-f1cfb953375b726f999976924f95fb80db3c1c97.tar.gz
llvm-f1cfb953375b726f999976924f95fb80db3c1c97.tar.bz2
llvm-f1cfb953375b726f999976924f95fb80db3c1c97.tar.xz
reapply 'reject forward references to functions whose type don't match'
now that the testsuite has been updated. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101866 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode/memcpy.ll')
-rw-r--r--test/Bitcode/memcpy.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bitcode/memcpy.ll b/test/Bitcode/memcpy.ll
index b6573b5f62..299eb1ed41 100644
--- a/test/Bitcode/memcpy.ll
+++ b/test/Bitcode/memcpy.ll
@@ -20,4 +20,4 @@ declare void @llvm.memset.i32(i8*, i8, i32, i32)
declare void @llvm.memmove.i32(i8*, i8*, i32, i32)
-declare void @llvm.memmove.i64(i8*, i8*, i32, i32)
+declare void @llvm.memmove.i64(i8*, i8*, i64, i32)