summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-04-17 21:29:25 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-04-17 21:29:25 +0000
commita370a44a7648f409ed26d3300f249f625780e24e (patch)
treee234a1ca39834ba0c3f48b422468b962a3704828 /test/Transforms/IndVarSimplify
parentdd3a87912bdf84c6b1262a052368d0449efb90f9 (diff)
downloadllvm-a370a44a7648f409ed26d3300f249f625780e24e.tar.gz
llvm-a370a44a7648f409ed26d3300f249f625780e24e.tar.bz2
llvm-a370a44a7648f409ed26d3300f249f625780e24e.tar.xz
Fix declarations in a few more tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/IndVarSimplify')
-rw-r--r--test/Transforms/IndVarSimplify/casted-argument.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/casted-argument.ll b/test/Transforms/IndVarSimplify/casted-argument.ll
index dfefe1dc5b..a5e002b457 100644
--- a/test/Transforms/IndVarSimplify/casted-argument.ll
+++ b/test/Transforms/IndVarSimplify/casted-argument.ll
@@ -47,4 +47,4 @@ if.end54: ; preds = %if.end54, %if.else
declare void @bcopy(i8* nocapture) nounwind
-declare void @bcopy_4038(i8*, i32) nounwind
+declare void @bcopy_4038(i8*, i8*, i32) nounwind