OSDN Git Service

* jump.c (jump_optimize_1): If we did cross-jumping, and
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Oct 1999 22:22:34 +0000 (22:22 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Oct 1999 22:22:34 +0000 (22:22 +0000)
commit2cbd13afb29174b4d5e0275765956999bdf29b3c
tree53ef066b9c79de195ac18303654977657339d8de
parenta81c2923cc2bcbc7d045cffd963542ca76e3aa75
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30223 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/jump.c
gcc/reg-stack.c
gcc/toplev.c