[trunk] Comment of the gimple_body function

Diego Novillo dnovillo@google.com
Fri Jul 2 14:57:00 GMT 2010


On Friday, July 2, 2010,  <jeremie.salvucci@free.fr> wrote:
> Same patch, with two spaces after full stops. Ok for trunk ?
>
> Index: gcc/gimple.c
> ===================================================================
> --- gcc/gimple.c        (revision 161714)
> +++ gcc/gimple.c        (working copy)
> @@ -1731,7 +1731,10 @@
>  }
>
>
> -/* Return the body of GIMPLE statements for function FN.  */
> +/* Return the body of GIMPLE statements for function FN.  After the
> +   CFG pass, the function body doesn't exist anymore because it has
> +   been splitted up into basic blocks.  In this case, it returns
> +   NULL.  */

,s/splitted/split/

Ok wirh that change and a ChangLog entry.

Diego.



More information about the Gcc-patches mailing list