summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-13 06:15:51 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-13 06:15:51 +0000
commit0b783cb12ee2a493bb9789834dc9b1e04d5298e9 (patch)
tree71abc47cc606e963e4675b991e4eca95ef709362 /gcc/tree-inline.c
parente6dfde595f54e4c3b72b847fa703ca475e9e6cdc (diff)
downloadgcc-0b783cb12ee2a493bb9789834dc9b1e04d5298e9.tar.gz
* tree-inline.c (INSNS_PER_STMT): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r--gcc/tree-inline.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c
index efa6e310e98..9f24b880e2f 100644
--- a/gcc/tree-inline.c
+++ b/gcc/tree-inline.c
@@ -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 *);