diff options
| author | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-17 23:27:27 +0000 |
|---|---|---|
| committer | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-17 23:27:27 +0000 |
| commit | 42073dece692005fcfd6863a84870cbc1aa4557c (patch) | |
| tree | ba60a4847940d2e862d2f35c74edbe440caebb76 | |
| parent | cf37b737af8e286585d2a43addc1d21ae8be7df8 (diff) | |
| download | ppe42-gcc-42073dece692005fcfd6863a84870cbc1aa4557c.tar.gz ppe42-gcc-42073dece692005fcfd6863a84870cbc1aa4557c.zip | |
* config/sh/sh.c (sh_output_mi_thunk): Update the use of
init_flow.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135483 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/sh/sh.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 633a336c3d8..3aa3255b6f9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 67301c969ad..a41783de91b 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -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 |

