aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
diff options
context:
space:
mode:
authorJeremie Salvucci <jeremie.salvucci@free.fr>2010-07-04 19:59:18 +0200
committerJeremie Salvucci <redfire@gcc.gnu.org>2010-07-04 17:59:18 +0000
commitabbd64b92ae3e700ec99e64abafc21f049c8e271 (patch)
treefdcf47c57a25a11f931680f3becd776bc2f97579 /gcc/gimple.c
parent7f5ad6d7570e8233a34eb40b7ff5e96c8351b40c (diff)
downloadgcc-abbd64b92ae3e700ec99e64abafc21f049c8e271.zip
gcc-abbd64b92ae3e700ec99e64abafc21f049c8e271.tar.gz
gcc-abbd64b92ae3e700ec99e64abafc21f049c8e271.tar.bz2
gimple.c (gimple_body): Comments added.
2010-07-04 Jeremie Salvucci <jeremie.salvucci@free.fr> * gimple.c (gimple_body): Comments added. From-SVN: r161804
Diffstat (limited to 'gcc/gimple.c')
-rw-r--r--gcc/gimple.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/gimple.c b/gcc/gimple.c
index 2359e0e..fa5b804 100644
--- a/gcc/gimple.c
+++ b/gcc/gimple.c
@@ -1731,7 +1731,10 @@ gimple_set_body (tree fndecl, gimple_seq seq)
}
-/* 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 split up into basic blocks. In this case, it returns
+ NULL. */
gimple_seq
gimple_body (tree fndecl)