This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] cgraphunit.c: Remove INSNS_PER_CALL.


Hi,

Attached is a patch to remove INSNS_PER_CALL as its last use removed
by

  http://gcc.gnu.org/ml/gcc-cvs/2005-03/msg01109.html

Tested on i686-pc-linux-gnu.  OK to apply?

Kazu Hirata

2005-04-13  Kazu Hirata  <kazu@cs.umass.edu>

	* cgraphunit.c (INSNS_PER_CALL): Remove.

Index: cgraphunit.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cgraphunit.c,v
retrieving revision 1.100
diff -u -d -p -r1.100 cgraphunit.c
--- cgraphunit.c	7 Apr 2005 04:24:53 -0000	1.100
+++ cgraphunit.c	9 Apr 2005 17:39:41 -0000
@@ -191,8 +191,6 @@ Software Foundation, 59 Temple Place - S
 #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 *);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]