Commit abbd64b9 by Jeremie Salvucci Committed by Jeremie Salvucci

gimple.c (gimple_body): Comments added.

2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>

	* gimple.c (gimple_body): Comments added.

From-SVN: r161804
parent 7f5ad6d7
2010-07-04 Jeremie Salvucci <jeremie.salvucci@free.fr>
* gimple.c (gimple_body): Comments added.
2010-07-04 Richard Guenther <rguenther@suse.de>
PR middle-end/44809
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment