projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ec266
)
* cgraphunit.c (INSNS_PER_CALL): Remove.
author
Kazu Hirata
<kazu@cs.umass.edu>
Wed, 13 Apr 2005 05:51:39 +0000
(
05:51
+0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Wed, 13 Apr 2005 05:51:39 +0000
(
05:51
+0000)
From-SVN: r98071
gcc/ChangeLog
patch
|
blob
|
history
gcc/cgraphunit.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 9a8a52d3427648e8a5331fbeb9cbae77bd4e251d..54f51fb4eefe0fcd9639f1b2bdf56a7a89fdc9d0 100644
(file)
--- 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 <rth@redhat.com>
* config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
diff --git
a/gcc/cgraphunit.c
b/gcc/cgraphunit.c
index 406e0c1ef700cfe877c5674c6c2c756b5c91285f..4d96518bc040de471feb14efe666ea08a1f6ec12 100644
(file)
--- 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 *);