diff options
author | Jan Hubicka <jh@suse.cz> | 2001-07-22 21:34:13 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2001-07-22 19:34:13 +0000 |
commit | 0045d504351e0aa05f1463820b0b86933ba14849 (patch) | |
tree | ee70281cc5f3db64b155ab564be9322e29c0204d /gcc/reg-stack.c | |
parent | 3914abb46ef94ef60c9bb44c7e3573534c0c6815 (diff) | |
download | gcc-0045d504351e0aa05f1463820b0b86933ba14849.zip gcc-0045d504351e0aa05f1463820b0b86933ba14849.tar.gz gcc-0045d504351e0aa05f1463820b0b86933ba14849.tar.bz2 |
jump.c: Update comments.
* 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.
From-SVN: r44245
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 19f6660..38803b2 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. */ |