diff options
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 60919f0..f2e39bf 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -307,12 +307,6 @@ struct deps the call. */ enum { not_post_call, post_call, post_call_initial } in_post_call_group_p; - /* Set to the tail insn of the outermost libcall block. - - When nonzero, we will mark each insn processed by sched_analyze_insn - with SCHED_GROUP_P to ensure libcalls are scheduled as a unit. */ - rtx libcall_block_tail_insn; - /* The maximum register number for the following arrays. Before reload this is max_reg_num; after reload it is FIRST_PSEUDO_REGISTER. */ int max_reg; |