bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap failure on solaris.
commitcf22ce3c7f2137dcd3b74211fd48a2d98564ac23
authorAndreas Tobler <a.tobler@schweiz.ch>
Sun, 11 Apr 2004 08:20:42 +0000 (11 10:20 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Sun, 11 Apr 2004 08:20:42 +0000 (11 10:20 +0200)
tree079b6c74f8f28cdd969feec97bfb776803d6ac17
parent3498229434bf8e8d7d7029eed3031377e6c8dd00
bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap failure on solaris.

2004-04-11  Andreas Tobler  <a.tobler@schweiz.ch>

* bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap
failure on solaris. Place ifdef HAVE_return around gen_ret call.
* cfgrtl.c (force_nonfallthru_and_redirect): Remove ifdef
HAVE_return and place it around the place where it is needed.

From-SVN: r80594
gcc/ChangeLog
gcc/bb-reorder.c
gcc/cfgrtl.c