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
This commit is contained in:
parent
92453b2172
commit
711a89d6e0
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user