mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 15:41:09 +08:00
* tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Fix typo.
From-SVN: r217892
This commit is contained in:
parent
4806772429
commit
e7ea147586
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user