jump.c (jump_optimize): Use side_effects_p & may_trap_p instead of rtx_unsafe_p.
authorRichard Henderson <rth@cygnus.com>
Sat, 27 Jun 1998 23:30:37 +0000 (16:30 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 27 Jun 1998 23:30:37 +0000 (16:30 -0700)
commit0bef9b8d880c9d6288e826c6526cf047bfe1ec27
tree0e7d986620ce56a404b721daf98309fd65f06378
parent97a7f457da5b21ef6405afb4be94d93773649e89
jump.c (jump_optimize): Use side_effects_p & may_trap_p instead of rtx_unsafe_p.

        * jump.c (jump_optimize): Use side_effects_p & may_trap_p instead
        of rtx_unsafe_p.  Use modified_between_p instead of reg_set_between_p.
        Allow FP moves to be optimized.
        (rtx_unsafe_p): Delete.

From-SVN: r20770
gcc/ChangeLog
gcc/jump.c