diff options
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index a92830b..02e3e09 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -3302,7 +3302,6 @@ const pass_data pass_data_stack_regs = RTL_PASS, /* type */ "*stack_regs", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ false, /* has_execute */ TV_REG_STACK, /* tv_id */ 0, /* properties_required */ @@ -3351,7 +3350,6 @@ const pass_data pass_data_stack_regs_run = RTL_PASS, /* type */ "stack", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - false, /* has_gate */ true, /* has_execute */ TV_REG_STACK, /* tv_id */ 0, /* properties_required */ |