diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-13 05:51:39 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-13 05:51:39 +0000 |
commit | 8450a17040a3bc40fe8893163d89bf413a101a95 (patch) | |
tree | 3f59752dd68bedcf158355bce5c4b765f7d16e64 /gcc | |
parent | a0ec266ccc1dbd9d3784ac629ce4b3ce63185a9b (diff) | |
download | gcc-8450a17040a3bc40fe8893163d89bf413a101a95.zip gcc-8450a17040a3bc40fe8893163d89bf413a101a95.tar.gz gcc-8450a17040a3bc40fe8893163d89bf413a101a95.tar.bz2 |
* cgraphunit.c (INSNS_PER_CALL): Remove.
From-SVN: r98071
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/cgraphunit.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9a8a52d..54f51fb 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 <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 406e0c1..4d96518 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 *); |