From 805e22b2051e9c6a75377ea6599654d7415da483 Mon Sep 17 00:00:00 2001 From: zack Date: Mon, 16 Dec 2002 18:23:00 +0000 Subject: Merge basic-improvements-branch to trunk git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60174 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cfgloop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cfgloop.c') diff --git a/gcc/cfgloop.c b/gcc/cfgloop.c index 0a2829f5c18..da958c22324 100644 --- a/gcc/cfgloop.c +++ b/gcc/cfgloop.c @@ -20,6 +20,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "config.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "rtl.h" #include "hard-reg-set.h" #include "basic-block.h" @@ -331,11 +333,9 @@ flow_loop_nodes_find (header, loop) basic_block *stack; int sp; int num_nodes = 1; - int findex, lindex; header->loop_father = loop; header->loop_depth = loop->depth; - findex = lindex = header->index; if (loop->latch->loop_father != loop) { -- cgit v1.2.1