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

From-SVN: r217892
This commit is contained in:
Marek Polacek 2014-11-20 20:56:23 +00:00 committed by Marek Polacek
parent 4806772429
commit e7ea147586
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop

View File

@ -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;
int index;