sh.c (sh_output_mi_thunk): Update the use of init_flow.
* config/sh/sh.c (sh_output_mi_thunk): Update the use of init_flow. From-SVN: r135483
This commit is contained in:
parent
7d4cf3d977
commit
eb6cbf9150
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-17 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* config/sh/sh.c (sh_output_mi_thunk): Update the use of
|
||||
init_flow.
|
||||
|
||||
2008-05-17 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* tree-inline.c (setup_one_parameter): Remove dead code.
|
||||
|
|
|
@ -10522,7 +10522,7 @@ sh_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED,
|
|||
if (optimize > 0)
|
||||
{
|
||||
if (! cfun->cfg)
|
||||
init_flow ();
|
||||
init_flow (cfun);
|
||||
split_all_insns_noflow ();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue