mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 19:20:44 +08:00
re PR target/50068 (Invalid memory access in incr_ticks_for_insn)
PR target/50068 * config/sh/sh.c (sh_output_mi_thunk): Don't call dbr_schedule. From-SVN: r177839
This commit is contained in:
parent
dbad8e7176
commit
b566132b10
@ -1,3 +1,8 @@
|
||||
2011-08-17 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
PR target/50068
|
||||
* config/sh/sh.c (sh_output_mi_thunk): Don't call dbr_schedule.
|
||||
|
||||
2011-08-17 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* tree.h (convert_to_ptrofftype_loc): New function.
|
||||
|
@ -11711,10 +11711,6 @@ sh_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED,
|
||||
}
|
||||
|
||||
sh_reorg ();
|
||||
|
||||
if (optimize > 0 && flag_delayed_branch)
|
||||
dbr_schedule (insns);
|
||||
|
||||
shorten_branches (insns);
|
||||
final_start_function (insns, file, 1);
|
||||
final (insns, file, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user