From: Jan Hubicka Date: Mon, 17 Dec 2001 17:01:35 +0000 (+0000) Subject: Makefile.in (cfgcleanup.o): Add cselib.h dependancy. X-Git-Tag: prereleases/libstdc++-3.0.95~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af19c653a851925b4398d91a28a88cd21cc73cca;p=thirdparty%2Fgcc.git Makefile.in (cfgcleanup.o): Add cselib.h dependancy. * 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. From-SVN: r48106 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d551e1564886..e82ca4b99bac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +Mon Dec 17 17:57:05 CET 2001 Jan Hubicka + + * 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. + 2001-12-17 Kaveh R. Ghazi * sparc/linux.h (STARTFILE_SPEC): Fix typo in last change.