summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
diff options
context:
space:
mode:
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-30 10:23:30 +0000
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-30 10:23:30 +0000
commitc8905a57c86a8050088f0bde53cbb70fee2419ce (patch)
tree4e70bf4de9257efe081c1c0f98f589ef7c87e44c /gcc/integrate.c
parentf7ba1b7d392f966c11add872b33479a0057332df (diff)
downloadgcc-c8905a57c86a8050088f0bde53cbb70fee2419ce.tar.gz
2002-05-29 David S. Miller <davem@redhat.com>
* rtl.h (clear_emit_caches): Delete. * integrate.c (output_inline_function): Don't call it. * emit-rtl.c (restore_emit_status, init_emit): Likewise. (clear_emit_caches): Delete definition. (SEQUENCE_RESULT_SIZE, sequence_result, free_insn): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54053 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r--gcc/integrate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c
index 2ea46c9363f..cf9413ee516 100644
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -2976,7 +2976,6 @@ output_inline_function (fndecl)
cfun = f;
current_function_decl = fndecl;
- clear_emit_caches ();
set_new_last_label_num (f->inl_max_label_num);