rtl.h (rebuild_jump_labels): Declare.
authorJeffrey A Law <law@cygnus.com>
Sat, 10 Apr 1999 04:17:51 +0000 (04:17 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 10 Apr 1999 04:17:51 +0000 (22:17 -0600)
commitc44033714b2800977881fdb85cc7662c89eafbf1
tree4637eb0e6a1825b933e72073aa6abf834c06e231
parent5d90cd8ff35f5f714a88039f1c92058f14e5b532
rtl.h (rebuild_jump_labels): Declare.

        * rtl.h (rebuild_jump_labels): Declare.
        * jump.c (jump_optimize_1): Renamed from jump_optimize.  Make static.
        Add new argument MARK_LABELS_ONLY.  Quit after mark_all_labels if
        requested.
        (jump_optimize, rebuild_jump_labels): New wrapper functions for
        jump_optimize_1.
        * toplev.c (rest_of_compilation): Use rebuild_jump_labels instead of
        running the entire jump optimizer.

From-SVN: r26327
gcc/ChangeLog
gcc/jump.c
gcc/rtl.h
gcc/toplev.c