mirror of git://gcc.gnu.org/git/gcc.git
* tree-inline.c (INSNS_PER_STMT): Remove.
From-SVN: r98073
This commit is contained in:
parent
bec4464718
commit
556a791ce4
|
@ -12,6 +12,8 @@
|
||||||
(tree_ssa_forward_propagate_single_use_vars): Call
|
(tree_ssa_forward_propagate_single_use_vars): Call
|
||||||
forward_propagate_into_cond for each COND_EXPR.
|
forward_propagate_into_cond for each COND_EXPR.
|
||||||
|
|
||||||
|
* tree-inline.c (INSNS_PER_STMT): Remove.
|
||||||
|
|
||||||
2005-04-12 Richard Henderson <rth@redhat.com>
|
2005-04-12 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
|
* config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
|
||||||
|
|
|
@ -117,11 +117,6 @@ typedef struct inline_data
|
||||||
|
|
||||||
/* Prototypes. */
|
/* Prototypes. */
|
||||||
|
|
||||||
/* The approximate number of instructions per statement. This number
|
|
||||||
need not be particularly accurate; it is used only to make
|
|
||||||
decisions about when a function is too big to inline. */
|
|
||||||
#define INSNS_PER_STMT (10)
|
|
||||||
|
|
||||||
static tree copy_body_r (tree *, int *, void *);
|
static tree copy_body_r (tree *, int *, void *);
|
||||||
static tree copy_body (inline_data *);
|
static tree copy_body (inline_data *);
|
||||||
static tree expand_call_inline (tree *, int *, void *);
|
static tree expand_call_inline (tree *, int *, void *);
|
||||||
|
|
Loading…
Reference in New Issue