diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-22 19:34:13 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-22 19:34:13 +0000 |
commit | fc4eaab77039b4810a742a77459099dd01a99796 (patch) | |
tree | ee70281cc5f3db64b155ab564be9322e29c0204d /gcc/reg-stack.c | |
parent | 9dcd5f30adf819ce534e7029b0f20ff264d05a0f (diff) | |
download | gcc-fc4eaab77039b4810a742a77459099dd01a99796.tar.gz |
* jump.c: Update comments.
(delete_barrier_successors, delete_unreferenced_labels,
delete_noop_moves, tension_vector_labels, delete_from_jump_chain,
delete_labelref_insn, redirect_tablejump, jump_optimize_1,
jump_optimize, jump_optimize_minimal): Kill.
(rebuild_jump_labels): Move code from jump_optimize_1.
(purge_line_number_notes): Likewise.
(copy_loop_headers): Likewise.
* reg-stack.c: Update comment.
* stmt.c: Likewise.
* rtl.h (jump_optimize, jump_optimize_1, JUMP_NOOP_MOVES,
JUMP_AFTER_REGSCAN): Kill.
* toplev.c (rest_of_compilation): Use cleanup_cfg, call
purge_line_number_notes and copy_loop_headers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 19f666087bd..38803b21e80 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -406,7 +406,7 @@ pop_stack (regstack, regno) dump file, if used. Construct a CFG and run life analysis. Then convert each insn one - by one. Run a last jump_optimize pass, if optimizing, to eliminate + by one. Run a last cleanup_cfg pass, if optimizing, to eliminate code duplication created when the converter inserts pop insns on the edges. */ |