[llvm-commits] CVS: llvm/lib/Transforms/IPO/InlineSimple.cpp

Duncan Sands baldrick at free.fr
Thu Jun 7 00:14:48 PDT 2007


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.



More information about the llvm-commits mailing list