From: Kazu Hirata Date: Wed, 13 Apr 2005 05:51:39 +0000 (+0000) Subject: * cgraphunit.c (INSNS_PER_CALL): Remove. X-Git-Tag: misc/cutover-cvs2svn~4124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8450a17040a3bc40fe8893163d89bf413a101a95;p=thirdparty%2Fgcc.git * cgraphunit.c (INSNS_PER_CALL): Remove. From-SVN: r98071 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9a8a52d34276..54f51fb4eefe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,8 @@ * rtl.h (CLEAR_RTX_FLAGS): Remove. + * cgraphunit.c (INSNS_PER_CALL): Remove. + 2005-04-12 Richard Henderson * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ... diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 406e0c1ef700..4d96518bc040 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -191,8 +191,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "tree-gimple.h" #include "output.h" -#define INSNS_PER_CALL 10 - static void cgraph_expand_all_functions (void); static void cgraph_mark_functions_to_output (void); static void cgraph_expand_function (struct cgraph_node *);