* Makefile.in (cfgcleanup.o): Add cselib.h dependancy.
commit4cee36cb904d218536044c834d88b3b31b64c69a
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Dec 2001 17:01:35 +0000 (17 17:01 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Dec 2001 17:01:35 +0000 (17 17:01 +0000)
tree22cfc6984208b0cc6d7978d62ac9c6347c99018f
parent7ac25494fc17ead5b07b9a9ff40676f81ff7339c
* Makefile.in (cfgcleanup.o): Add cselib.h dependancy.
* basic-block.h (CLEANUP_THREADING): New constant.
* cfgcleanup.c: Include cselib.h
(thread_jump, mark_effect): New functions.
(try_forward_edges): Do jump threading when asked for.
* jump.c (mark_modified_reg, save_regs, num_same_regs, modified_regs,
modified_mem, thread_jumps, rtx_equal_for-thread_p): Kill.
* rtl.h (thread_jumps, rtx_equal_for_thread_p): Kill.
* toplev.c (rest_of_compilation): Do now call thread_jumps; use
CLEANUP_THREAD instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48106 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog