]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-inline.c (INSNS_PER_STMT): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 13 Apr 2005 06:15:51 +0000 (06:15 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 13 Apr 2005 06:15:51 +0000 (06:15 +0000)
From-SVN: r98073

gcc/ChangeLog
gcc/tree-inline.c

index 7fbb81349ec8013dc96406718e8902238fc8842f..b24d5b25f0c6a0aedc5aceec1ef278cd8905a734 100644 (file)
@@ -12,6 +12,8 @@
        (tree_ssa_forward_propagate_single_use_vars): Call
        forward_propagate_into_cond for each COND_EXPR.
 
+       * tree-inline.c (INSNS_PER_STMT): Remove.
+
 2005-04-12  Richard Henderson  <rth@redhat.com>
 
        * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
index efa6e310e98010bfd6411efac691da02ff8e6e47..9f24b880e2fdb9ef9ce12d27efc2c38b979d5f23 100644 (file)
@@ -117,11 +117,6 @@ typedef struct inline_data
 
 /* 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 (inline_data *);
 static tree expand_call_inline (tree *, int *, void *);