summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
diff options
context:
space:
mode:
authorredfire <redfire@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-04 17:59:18 +0000
committerredfire <redfire@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-04 17:59:18 +0000
commit0874e443035211daf9d5acf5fa4c162596f01c40 (patch)
treefdcf47c57a25a11f931680f3becd776bc2f97579 /gcc/gimple.c
parent42e6c49cd9cc5bafb39b9b9610c639cecb869c9e (diff)
downloadgcc-0874e443035211daf9d5acf5fa4c162596f01c40.tar.gz
2010-07-04 Jeremie Salvucci <jeremie.salvucci@free.fr>
* gimple.c (gimple_body): Comments added. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161804 138bc75d-0d04-0410-961f-82ee72b054a4
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 2359e0e954a..fa5b8041ae9 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)