From 711a89d6e08954262288d10cfdafdd9d38b4596f Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Sun, 24 Oct 2004 01:46:38 +0000 Subject: predict.c (predict_loops): Call scev_finalize instead of scev_reset. 2004-10-23 Andrew Pinski * predict.c (predict_loops): Call scev_finalize instead of scev_reset. From-SVN: r89504 --- gcc/predict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/predict.c') diff --git a/gcc/predict.c b/gcc/predict.c index 1078ab8..f338789 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -695,7 +695,7 @@ predict_loops (struct loops *loops_info, bool rtlsimpleloops) } if (!rtlsimpleloops) - scev_reset (); + scev_finalize (); } /* Attempt to predict probabilities of BB outgoing edges using local -- cgit v1.1