diff options
Diffstat (limited to 'gcc/tree-ssa-loop-niter.c')
-rw-r--r-- | gcc/tree-ssa-loop-niter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c index 5e9f4fa..b879b9e 100644 --- a/gcc/tree-ssa-loop-niter.c +++ b/gcc/tree-ssa-loop-niter.c @@ -54,7 +54,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ /* Returns true if ARG is either NULL_TREE or constant zero. Unlike - integer_zerop, it does not care about overflow flags. */ + integer_zerop, it does not care about overflow flags. */ bool zero_p (tree arg) @@ -69,7 +69,7 @@ zero_p (tree arg) } /* Returns true if ARG a nonzero constant. Unlike integer_nonzerop, it does - not care about overflow flags. */ + not care about overflow flags. */ static bool nonzero_p (tree arg) |