On Feb 12, 2009, at 9:02 PM, Chris Lattner wrote: > Please make this an instance variable in CGF (similar for other > routines). Global variables (including function statics) are > verboten. Also, please use early exit to avoid nesting: > > if (Ty) return Ty;
I fixed these issues up. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
