diff options
Diffstat (limited to 'gcc/config/sh/sh.c')
-rw-r--r-- | gcc/config/sh/sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index a9813697501..87b5be9ee9e 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -3027,7 +3027,7 @@ machine_dependent_reorg (first) optimizing, they'll have already been split. Otherwise, make sure we don't split them too late. */ if (! optimize) - split_all_insns (0); + split_all_insns_noflow (); /* If relaxing, generate pseudo-ops to associate function calls with the symbols they call. It does no harm to not generate these |