Commit 711a89d6 by Andrew Pinski Committed by Andrew Pinski

predict.c (predict_loops): Call scev_finalize instead of scev_reset.

2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>

        * predict.c (predict_loops): Call scev_finalize instead of
        scev_reset.

From-SVN: r89504
parent 92453b21
2004-10-23 Andrew Pinski <pinskia@physics.uc.edu>
* predict.c (predict_loops): Call scev_finalize instead of
scev_reset.
2004-10-24 Kazu Hirata <kazu@cs.umass.edu>
* config/dbxcoff.h, config/dbxelf.h, config/libgloss.h,
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment