From b3d6de8978fd2208885e98b19a91c9d29c170af5 Mon Sep 17 00:00:00 2001 From: rth Date: Fri, 17 May 2002 02:31:56 +0000 Subject: Revert "Basic block renumbering removal", and two followup patches. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53537 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/reorg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/reorg.c') diff --git a/gcc/reorg.c b/gcc/reorg.c index 375687daf81..8861dfe796b 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3601,7 +3601,7 @@ dbr_schedule (first, file) /* If the current function has no insns other than the prologue and epilogue, then do not try to fill any delay slots. */ - if (num_basic_blocks == 0) + if (n_basic_blocks == 0) return; /* Find the highest INSN_UID and allocate and initialize our map from -- cgit v1.2.1