[llvm-commits] CVS: llvm/lib/Transforms/IPO/InlineSimple.cpp
Tanya Lattner
lattner at apple.com
Thu Jun 7 10:13:35 PDT 2007
Fixed.
Thanks!
-Tanya
On Jun 7, 2007, at 12:14 AM, Duncan Sands wrote:
> Missing spaces after "if":
>
>> + if(GV == 0)
>
>> + if(InitList == 0)
>
>> + if(const Function *f = dyn_cast<Function>(Elt))
>
> Also, in this last "if" you call the function "f" but I guess
> "F" would be more consistent.
>
> Ciao,
>
> Duncan.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list