]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/lcm.c
* lcm.c (make_preds_opaque): Fix comment.
authorcpopetz <cpopetz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 May 2000 23:40:20 +0000 (23:40 +0000)
committercpopetz <cpopetz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 May 2000 23:40:20 +0000 (23:40 +0000)
commit7dff60c828684ed089c5ff84f0bc37f35ca674b3
tree357926448ce8e064b4e214f3ed51f745241abf6a
parenta6937df001ced8a04e94eccafd47cecb5b772b7e
* lcm.c (make_preds_opaque): Fix comment.
(optimize_mode_switching): Use NORMAL_MODE instead of
MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
* tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
(MODE_USES_IN_EXIT_BLOCK): Delete.
(MODE_AT_ENTRY) Rename to NORMAL_MODE.
* sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
(MODE_AT_ENTRY): Rename to NORMAL_MODE.
(MODE_NEEDED): Don't look for USE.
(EPILOGUE_USES): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34243 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/sh/sh.h
gcc/lcm.c
gcc/tm.texi