toplev.c (rest_of_compilation): Rebuild jump labels if combine_instructions has creat...
authorAnthony Green <green@cygnus.com>
Sat, 26 Feb 2000 02:54:36 +0000 (02:54 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 26 Feb 2000 02:54:36 +0000 (19:54 -0700)
commit44a76fc8563b63bbd0ce06e607136746841f4d8f
treea130b6dc3441ac75d72a58d539e738978bf10bb6
parent0e9137bb1ffffa72428077af6678e11e440c6e4b
toplev.c (rest_of_compilation): Rebuild jump labels if combine_instructions has created a new direct jump.

* toplev.c (rest_of_compilation): Rebuild jump labels if
combine_instructions has created a new direct jump.
* combine.c (try_combine): Add new_direct_jump_p argument.  Set it
when appropriate.
(combine_instructions): Call try_combine with new argument.
Return non-null value when new direct jump instruction is created.
* rtl.h: combine_instructions returns an int.

From-SVN: r32162
gcc/ChangeLog
gcc/combine.c
gcc/rtl.h
gcc/toplev.c