aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorSteven Bosscher <stevenb@suse.de>2004-07-07 22:03:43 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2004-07-07 22:03:43 +0000
commitd205c8fd4335353a9af4403f6ac7a3c867259838 (patch)
treead46e21568bae02ac2dd247af4e225655ffa12cd /gcc/tree.h
parent41e622a8d284cf9adb504c234986c535347ce1a8 (diff)
downloadgcc-d205c8fd4335353a9af4403f6ac7a3c867259838.zip
gcc-d205c8fd4335353a9af4403f6ac7a3c867259838.tar.gz
gcc-d205c8fd4335353a9af4403f6ac7a3c867259838.tar.bz2
tree-inline.c (optimize_inline_calls): Set DECL_INLINED_FNS regardless of DECL_LANG_SPECIFIC being present or not.
* tree-inline.c (optimize_inline_calls): Set DECL_INLINED_FNS regardless of DECL_LANG_SPECIFIC being present or not. * tree.h (DECL_NUM_STMTS): Purge. From-SVN: r84237
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index ab22cda..d8c7be2 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1860,12 +1860,6 @@ extern GTY (()) unsigned binfo_lang_slots;
this identifies which built-in operation it is. */
#define DECL_FUNCTION_CODE(NODE) (FUNCTION_DECL_CHECK (NODE)->decl.u1.f)
-/* In a FUNCTION_DECL for which DECL_BUILT_IN does not hold, this is
- the approximate number of statements in this function. There is
- no need for this number to be exact; it is only used in various
- heuristics regarding optimization. */
-#define DECL_NUM_STMTS(NODE) (FUNCTION_DECL_CHECK (NODE)->decl.u1.i)
-
/* The DECL_VINDEX is used for FUNCTION_DECLS in two different ways.
Before the struct containing the FUNCTION_DECL is laid out,
DECL_VINDEX may point to a FUNCTION_DECL in a base class which