]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/explow.c
except.c (start_catch_handler): Use emit_cmp_and_jump_insns.
authorJeffrey A Law <law@cygnus.com>
Sun, 14 Feb 1999 20:08:39 +0000 (20:08 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 14 Feb 1999 20:08:39 +0000 (13:08 -0700)
commitc5d5d461419c704497a2635330bf0cd5c5014eab
treec29b256d986d0f06f6c18f5de1ad3725b91cd3e1
parentd4ddd7b97734bcfa0aa968b50d9d3439d4f302c3
except.c (start_catch_handler): Use emit_cmp_and_jump_insns.

        * except.c (start_catch_handler): Use emit_cmp_and_jump_insns.
        * explow.c (probe_stack_range): Likewise.
        * expmed.c (do_cmp_and_jump): Likewise.
        * expr.c (store_expr, expand_expr, expand_builtin): Likewise.
        (do_tablejump): Likewise.
        * stmt.c (expand_expr_stmt, expand_end_case): Likewise.
        (do_jump_if_equal, emit_case_nodes): Likewise.
        * optabs.c (emit_cmp_and_jump_insns): Clarify comments.  If UNSIGNEDP,
        then convert comparison to an unsigned code before emitting the jump.
        (expand_float, expand_fix): Use emit_cmp_and_jump_insns.

From-SVN: r25205
gcc/ChangeLog
gcc/except.c
gcc/explow.c
gcc/expmed.c
gcc/expr.c
gcc/optabs.c
gcc/stmt.c