diff mbox

[trunk] Comment of the gimple_body function

Message ID 1711576864.1138121278079192214.JavaMail.root@zimbra30-e5.priv.proxad.net
State New
Headers show

Commit Message

jeremie.salvucci@free.fr July 2, 2010, 1:59 p.m. UTC
Same patch, with two spaces after full stops. Ok for trunk ?

Comments

Diego Novillo July 2, 2010, 2:57 p.m. UTC | #1
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.
diff mbox

Patch

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.  */