diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-24 08:39:34 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-24 08:39:34 +0000 |
commit | 775fd05ddc5e0d040712bdcbd6c0b6dd4fce25ec (patch) | |
tree | eee54f5749132c980a4ba899e0922e67ffb37f13 /gcc/target.h | |
parent | b438f700a3f3fcca5fe25fc8a1dc65e24fb1914a (diff) | |
download | gcc-775fd05ddc5e0d040712bdcbd6c0b6dd4fce25ec.tar.gz |
* target.h (late_rtl_prologue_epilogue): Remove.
* target-def.h (TARGET_LATE_RTL_PROLOGUE_EPILOGUE): Remove.
* system.h: Poison TARGET_LATE_RTL_PROLOGUE_EPILOGUE.
* passes.c (rest_of_handle_prologue_epilogue): Remove and move
remaining bits to...
(rest_of_handle_flow2): ...here.
(rest_of_compilation): Remove call to rest_of_handle_prologue_epilogue.
* doc/tm.texi (TARGET_LATE_RTL_PROLOGUE_EPILOGUE): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91140 138bc75d-0d04-0410-961f-82ee72b054a4
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 49a7f9d7f92..0c2b1b467f0 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. */ }; |