From d205c8fd4335353a9af4403f6ac7a3c867259838 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Wed, 7 Jul 2004 22:03:43 +0000 Subject: 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 --- gcc/tree.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/tree.h') 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 -- cgit v1.1