summaryrefslogtreecommitdiffstats
path: root/llvm/test
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
commitfbe8d2803dc74d8668b2b7dbb15a734d966b125f (patch)
treeb270dcd124de6bb51d68cab8f00612702a111482 /llvm/test
parentc459a0ff81398aa30b70c09503d0d3f61bc53350 (diff)
downloadbcm5719-llvm-fbe8d2803dc74d8668b2b7dbb15a734d966b125f.tar.gz
bcm5719-llvm-fbe8d2803dc74d8668b2b7dbb15a734d966b125f.zip
Fix declarations in a few more tests.
llvm-svn: 101676
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/ARM/arguments7.ll2
-rw-r--r--llvm/test/CodeGen/ARM/arguments8.ll2
-rw-r--r--llvm/test/Transforms/IndVarSimplify/casted-argument.ll2
-rw-r--r--llvm/test/Transforms/InstCombine/objsize.ll4
4 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/ARM/arguments7.ll b/llvm/test/CodeGen/ARM/arguments7.ll
index 038e417b333..fa97ee821b3 100644
--- a/llvm/test/CodeGen/ARM/arguments7.ll
+++ b/llvm/test/CodeGen/ARM/arguments7.ll
@@ -6,4 +6,4 @@ define double @f(i32 %a1, i32 %a2, i32 %a3, i32 %a4, i32 %a5, double %b) {
ret double %tmp
}
-declare double @g(double)
+declare double @g(i32, i32, i32, i32, double)
diff --git a/llvm/test/CodeGen/ARM/arguments8.ll b/llvm/test/CodeGen/ARM/arguments8.ll
index 6999a4d4f65..abe059bf234 100644
--- a/llvm/test/CodeGen/ARM/arguments8.ll
+++ b/llvm/test/CodeGen/ARM/arguments8.ll
@@ -6,4 +6,4 @@ define i64 @f(i32 %a1, i32 %a2, i32 %a3, i32 %a4, i32 %a5, i64 %b) {
ret i64 %tmp
}
-declare i64 @g(i64)
+declare i64 @g(i32, i32, i32, i32, i64)
diff --git a/llvm/test/Transforms/IndVarSimplify/casted-argument.ll b/llvm/test/Transforms/IndVarSimplify/casted-argument.ll
index dfefe1dc5bb..a5e002b4578 100644
--- a/llvm/test/Transforms/IndVarSimplify/casted-argument.ll
+++ b/llvm/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
diff --git a/llvm/test/Transforms/InstCombine/objsize.ll b/llvm/test/Transforms/InstCombine/objsize.ll
index 52294d80813..664701bf211 100644
--- a/llvm/test/Transforms/InstCombine/objsize.ll
+++ b/llvm/test/Transforms/InstCombine/objsize.ll
@@ -145,8 +145,8 @@ entry:
ret void
}
-declare i8* @__memset_chk(i8*, i32, i64, i64) nounwind
+declare i8* @__memset_chk(i8*, i32, i32, i32) nounwind
declare noalias i8* @malloc(i32) nounwind
-declare i32 @llvm.objectsize.i32(i8*, i1) nounwind readonly \ No newline at end of file
+declare i32 @llvm.objectsize.i32(i8*, i1) nounwind readonly
OpenPOWER on IntegriCloud