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:
9559ac2
)
Oops, fix testcase
author
Chris Lattner
<sabre@nondot.org>
Tue, 30 Jul 2002 00:49:42 +0000
(
00:49
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 30 Jul 2002 00:49:42 +0000
(
00:49
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3139
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/FunctionResolve/retmismatch3.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/FunctionResolve/retmismatch3.ll
b/test/Transforms/FunctionResolve/retmismatch3.ll
index b20b17cf9564a910b2460873bf124a2e899885b6..2f4afab7b0bdbce869c4ed14a02cec31b4418e21 100644
(file)
--- a/
test/Transforms/FunctionResolve/retmismatch3.ll
+++ b/
test/Transforms/FunctionResolve/retmismatch3.ll
@@
-2,7
+2,7
@@
declare int %read(...)
-long %read(
int %fildes, sbyte* %buf, ulong %nbyte
) {
+long %read() {
ret long 0
}