tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 12 Feb 2007 21:01:33 +0000 (21:01 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 12 Feb 2007 21:01:33 +0000 (21:01 +0000)
commit6170a99877476a4af173c3a6a27a69590457ab15
tree7ba2251e6039eacb4bbf44e7e7ebd743914b4d81
parentb9a8f075b650714eaa4a7f182302d8dc715dd50e
tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.

* tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
* cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
the function, temporarily point the debug interface to the null one.

From-SVN: r121861
gcc/ChangeLog
gcc/cgraphunit.c
gcc/tree.h