summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-02 23:43:44 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-02 23:43:44 +0000
commitf770745a86a9bf1aeee340370198c6a5ef93fee3 (patch)
treef3193f233d4e51a4135939703e853d08afda6299 /gcc/toplev.c
parent203c756d7b95642ceb7a1001b4d28dde7d58c297 (diff)
downloadgcc-f770745a86a9bf1aeee340370198c6a5ef93fee3.tar.gz
* resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
* toplev.c: Revert Nov 1 13:22 change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30357 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 503ada9687f..4152f2338b5 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -4343,11 +4343,6 @@ rest_of_compilation (decl)
TIMEVAR
(dbr_sched_time,
{
- /* ??? Keep the CFG up to date after cross-jumping. */
- find_basic_blocks (insns, max_reg_num (), rtl_dump_file, 0);
- count_or_remove_death_notes (NULL, 1);
- life_analysis (insns, max_reg_num (), rtl_dump_file, 0);
-
dbr_schedule (insns, rtl_dump_file);
});