summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-05 14:52:50 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-05 14:52:50 +0000
commit65d190acd955720b366c41b8d0d3e1b813315402 (patch)
tree4b4076e272c374f56a4fdf95525ec3e0bab40eff /gcc/tree.h
parent275035b56823b26d5fb7e90fad945b998648edf2 (diff)
downloadgcc-65d190acd955720b366c41b8d0d3e1b813315402.tar.gz
* tree.h: Move documentation for tree_function_decl to tree-core.h
with the declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202289 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 2d11aa30173..7c1f57b829b 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2543,11 +2543,6 @@ extern vec<tree, va_gc> **decl_debug_args_insert (tree);
#define DECL_FINAL_P(NODE)\
(FUNCTION_DECL_CHECK (NODE)->decl_with_vis.final)
-/* FUNCTION_DECL inherits from DECL_NON_COMMON because of the use of the
- arguments/result/saved_tree fields by front ends. It was either inherit
- FUNCTION_DECL from non_common, or inherit non_common from FUNCTION_DECL,
- which seemed a bit strange. */
-
/* The source language of the translation-unit. */
#define TRANSLATION_UNIT_LANGUAGE(NODE) \
(TRANSLATION_UNIT_DECL_CHECK (NODE)->translation_unit_decl.language)