| Submitter | jeremie.salvucci@free.fr |
|---|---|
| Date | July 2, 2010, 1:33 p.m. |
| Message ID | <663084996.1136071278077606803.JavaMail.root@zimbra30-e5.priv.proxad.net> |
| Download | mbox | patch |
| Permalink | /patch/57660/ |
| State | New |
| Headers | show |
Comments
... always two spaces after the full stop. Paolo.
Patch
Index: gcc/gimple.c =================================================================== --- gcc/gimple.c (revision 161714) +++ gcc/gimple.c (working copy) @@ -1731,7 +1731,9 @@ } -/* 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. */