projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd3a879
)
Fix declarations in a few more tests.
author
Nick Lewycky
<nicholas@mxc.ca>
Sat, 17 Apr 2010 21:29:25 +0000
(21:29 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Sat, 17 Apr 2010 21:29:25 +0000
(21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101676
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/arguments7.ll
patch
|
blob
|
history
test/CodeGen/ARM/arguments8.ll
patch
|
blob
|
history
test/Transforms/IndVarSimplify/casted-argument.ll
patch
|
blob
|
history
test/Transforms/InstCombine/objsize.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/arguments7.ll
b/test/CodeGen/ARM/arguments7.ll
index 038e417b333ae30ff11e03ca8cfde9b7eb67c316..fa97ee821b39914da72d1d86c326e350d7c6e8b1 100644
(file)
--- a/
test/CodeGen/ARM/arguments7.ll
+++ b/
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/test/CodeGen/ARM/arguments8.ll
b/test/CodeGen/ARM/arguments8.ll
index 6999a4d4f6566cbb1f65f0b4ae5c0019fed0df94..abe059bf234e5436b80d2c1a02865f001f765085 100644
(file)
--- a/
test/CodeGen/ARM/arguments8.ll
+++ b/
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(i
32, i32, i32, i32, i
64)
diff --git
a/test/Transforms/IndVarSimplify/casted-argument.ll
b/test/Transforms/IndVarSimplify/casted-argument.ll
index dfefe1dc5bbeeb696eba1b654dde53fa17d509bd..a5e002b4578f1bb59889f1586f4533f70168b1ff 100644
(file)
--- 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*, i
8*, i
32) nounwind
diff --git
a/test/Transforms/InstCombine/objsize.ll
b/test/Transforms/InstCombine/objsize.ll
index 52294d808136ab2051e0e9d8aef2168f2127e686..664701bf2114fa8d6a38793f42aa72a74c7d3a63 100644
(file)
--- a/
test/Transforms/InstCombine/objsize.ll
+++ b/
test/Transforms/InstCombine/objsize.ll
@@
-145,8
+145,8
@@
entry:
ret void
}
-declare i8* @__memset_chk(i8*, i32, i
64, i64
) nounwind
+declare i8* @__memset_chk(i8*, i32, i
32, 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