* tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
commit.
From-SVN: r236847
+2016-05-27 Jan Hubicka <hubicka@ucw.cz>
+
+ * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
+ commit.
+
2016-05-28 Alan Modra <amodra@gmail.com>
* dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
/* If NITER has simplified into a constant, update MAX. */
if (TREE_CODE (niter->niter) == INTEGER_CST)
- {
- niter->max = wi::to_widest (niter->niter);
- record_niter_bound (loop, niter->max, loop_only_exit_p (loop, exit),
- true);
- }
+ niter->max = wi::to_widest (niter->niter);
if (integer_onep (niter->assumptions))
return true;