[llvm-commits] Corrected K&R prototype patch

Chris Lattner clattner at apple.com
Mon Jan 8 11:11:32 PST 2007


Basically the same as before, but I have this:

-  FunctionTypeConversion Client(RetTy, ArgTypes, CallingConv);
+  FunctionTypeConversion Client(RetTy, ArgTypes, CallingConv, false/ 
*not K&R*/);

instead of this:

-  FunctionTypeConversion Client(RetTy, ArgTypes, CallingConv);
+  FunctionTypeConversion Client(RetTy, ArgTypes, CallingConv, true/ 
*not K&R*/);

Whoops.

I've verified that the CFE builds from scratch with this patch and  
that Shootout-C++ now passes.

-Chris

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch.txt
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070108/3b9084eb/attachment.txt>


More information about the llvm-commits mailing list