summaryrefslogtreecommitdiffstats
path: root/gcc/et-forest.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-16 18:53:51 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-16 18:53:51 +0000
commit89df180d779158d38115beeba23f9efd48636ba3 (patch)
tree1d4f7d52236263c5808407e61f046c99351cdf1d /gcc/et-forest.c
parent9dfc7b1d1621aaed332c82cf6f5c733e224de30b (diff)
downloadppe42-gcc-89df180d779158d38115beeba23f9efd48636ba3.tar.gz
ppe42-gcc-89df180d779158d38115beeba23f9efd48636ba3.zip
* i386.md (load_tp_di): Fix pasto.
PR opt/13608 * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function. * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator, pp_c_character_constant, pp_c_floating_constant, pp_c_additive_expression, pp_c_shift_expression, pp_c_equality_expression, pp_c_and_expression, pp_c_exclusive_or_expression, pp_c_inclusive_or_expression, pp_c_logical_and_expression): Remove inline modifier. * dwarf2out.c (get_AT): Likewise. * et-forest.c (et_splay): Likewise. * ra.h (ra_alloc, ra_calloc): Likewise * mangle.c (write_mangled_name): Remove inline modifier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75988 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/et-forest.c')
-rw-r--r--gcc/et-forest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/et-forest.c b/gcc/et-forest.c
index ea7793f83b3..dfc05a34d0e 100644
--- a/gcc/et-forest.c
+++ b/gcc/et-forest.c
@@ -312,7 +312,7 @@ check_path_after (struct et_occ *occ)
/* Splay the occurence OCC to the root of the tree. */
-static inline void
+static void
et_splay (struct et_occ *occ)
{
struct et_occ *f, *gf, *ggf;
OpenPOWER on IntegriCloud