Commit e7ea1475 by Marek Polacek Committed by Marek Polacek

* tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Fix typo.

From-SVN: r217892
parent 48067724
2014-11-20 Marek Polacek <polacek@redhat.com>
* tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Fix typo.
2014-11-20 Andrew Stubbs <ams@codesourcery.com> 2014-11-20 Andrew Stubbs <ams@codesourcery.com>
* tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
...@@ -3417,7 +3417,7 @@ maybe_lower_iteration_bound (struct loop *loop) ...@@ -3417,7 +3417,7 @@ maybe_lower_iteration_bound (struct loop *loop)
} }
} }
if (exit_warned && !problem_stmts.empty ()) if (exit_warned && !problem_stmts.is_empty ())
{ {
gimple stmt; gimple stmt;
int index; int index;
......
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