re PR rtl-optimization/13024 (gcj can't build current rhug)
authorJeff Sturm <jsturm@one-point.com>
Mon, 1 Dec 2003 17:53:10 +0000 (17:53 +0000)
committerJeff Sturm <jsturm@gcc.gnu.org>
Mon, 1 Dec 2003 17:53:10 +0000 (17:53 +0000)
commitfccab17eadb0b80031502a66403aa9541d531ce9
tree005d5e86d024919a81e7b140971c58373890eb19
parent095c3bbdbb5402b86d078a57e3c5f62abdba7d8b
re PR rtl-optimization/13024 (gcj can't build current rhug)

PR optimization/13024
* toplev.c (rest_of_handle_new_regalloc): Remove rebuild_notes
parameter.
(rest_of_handle_old_regalloc): Likewise.  Add rebuild_notes
declaration.  Rebuild jump labels following local_alloc if necessary.
(rest_of_compilation): Remove rebuild_label_notes_after_reload
declaration.  Don't pass rebuild_notes parameter to
rest_of_handle_new_regalloc and rest_of_handle_old_regalloc.
Don't rebuild jump labels.

From-SVN: r74113
gcc/ChangeLog
gcc/toplev.c