OSDN Git Service

* cgraphunit.c (INSNS_PER_CALL): Remove.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2005 05:51:39 +0000 (05:51 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2005 05:51:39 +0000 (05:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98071 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cgraphunit.c

index 9a8a52d..54f51fb 100644 (file)
@@ -2,6 +2,8 @@
 
        * rtl.h (CLEAR_RTX_FLAGS): Remove.
 
+       * cgraphunit.c (INSNS_PER_CALL): Remove.
+
 2005-04-12  Richard Henderson  <rth@redhat.com>
 
        * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
index 406e0c1..4d96518 100644 (file)
@@ -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 *);