jump.c (jump_optimize_1): If we did cross-jumping, and the data will matter, rebuild...
authorRichard Henderson <rth@cygnus.com>
Wed, 27 Oct 1999 22:22:34 +0000 (15:22 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 27 Oct 1999 22:22:34 +0000 (15:22 -0700)
commite218fc41a887ae8f97649ad0ac79400654458f33
tree53ef066b9c79de195ac18303654977657339d8de
parent163537f7f15b3727538f9c0b5f82efbd7d56f8a8
jump.c (jump_optimize_1): If we did cross-jumping, and the data will matter, rebuild the CFG.

        * jump.c (jump_optimize_1): If we did cross-jumping, and
        the data will matter, rebuild the CFG.
        * reg-stack.c (reg_to_stack): Only (re)build the CFG if
        not optimizing.  Don't run shorten_branches.
        * toplev.c (rest_of_compilation): Run shorten_branches after
        reg_to_stack.

From-SVN: r30223
gcc/ChangeLog
gcc/jump.c
gcc/reg-stack.c
gcc/toplev.c