]> git.ipfire.org Git - thirdparty/gcc.git/commit
sh.c (sh_output_mi_thunk): Check cfun->cfg instead of basic_block_info.
authorKaz Kojima <kkojima@gcc.gnu.org>
Sun, 15 May 2005 02:02:58 +0000 (02:02 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Sun, 15 May 2005 02:02:58 +0000 (02:02 +0000)
commit652ad062339cd338403543e46cf91eb5abbe7d36
tree9127dbd47cb82c7f956b65ea470b469760d86317
parent84c53dddc926ae6cb673d572148f5a742f4f6507
sh.c (sh_output_mi_thunk): Check cfun->cfg instead of basic_block_info.

* config/sh/sh.c (sh_output_mi_thunk): Check cfun->cfg instead
of basic_block_info.  Call init_flow and find_basic_blocks
before dbr_schedule if needed.

From-SVN: r99710
gcc/ChangeLog
gcc/config/sh/sh.c