Oops, fix testcase
authorChris Lattner <sabre@nondot.org>
Tue, 30 Jul 2002 00:49:42 +0000 (00:49 +0000)
committerChris 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

index b20b17cf9564a910b2460873bf124a2e899885b6..2f4afab7b0bdbce869c4ed14a02cec31b4418e21 100644 (file)
@@ -2,7 +2,7 @@
 
 declare int %read(...)
 
-long %read(int %fildes, sbyte* %buf, ulong %nbyte) {
+long %read() {
   ret long 0
 }