diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/target.h b/gcc/target.h index 49a7f9d..0c2b1b4 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -597,11 +597,6 @@ struct gcc_target /* True if #pragma extern_prefix is to be supported. */ bool handle_pragma_extern_prefix; - /* True if the RTL prologue and epilogue should be expanded after all - passes that modify the instructions (and not merely reorder them) - have been run. */ - bool late_rtl_prologue_epilogue; - /* Leave the boolean fields at the end. */ }; |