diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2007-10-06 20:28:15 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2007-10-06 20:28:15 +0000 |
commit | 2f09ef38b898ddd79ac5627e0916e2ea8cdf90dd (patch) | |
tree | 3fdfba6221c02d90626e89e38beb0d0e6c7bb335 /gcc/tree.h | |
parent | 53747374f94953daa2a8fb58d366d14232e39dae (diff) | |
download | gcc-2f09ef38b898ddd79ac5627e0916e2ea8cdf90dd.zip gcc-2f09ef38b898ddd79ac5627e0916e2ea8cdf90dd.tar.gz gcc-2f09ef38b898ddd79ac5627e0916e2ea8cdf90dd.tar.bz2 |
Revert:
2007-02-12 Eric Botcazou <ebotcazou@adacore.com>
* 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: r129056
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2656,8 +2656,7 @@ struct tree_memory_partition_tag GTY(()) (DECL_COMMON_CHECK (NODE)->decl_common.debug_expr_is_from) /* Nonzero for a given ..._DECL node means that the name of this node should - be ignored for symbolic debug purposes. Moreover, for a FUNCTION_DECL, - the body of the function should also be ignored. */ + be ignored for symbolic debug purposes. */ #define DECL_IGNORED_P(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.ignored_flag) /* Nonzero for a given ..._DECL node means that this node represents an |