diff options
Diffstat (limited to 'gcc/cfgloopanal.c')
-rw-r--r-- | gcc/cfgloopanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgloopanal.c b/gcc/cfgloopanal.c index 5502844ce4f..da3602ebf01 100644 --- a/gcc/cfgloopanal.c +++ b/gcc/cfgloopanal.c @@ -557,7 +557,7 @@ count_strange_loop_iterations (rtx init, rtx lim, enum rtx_code cond, abort (); } - /* If this is const_true_rtx and we did not take a conservative aproximation + /* If this is const_true_rtx and we did not take a conservative approximation of after_wrap above, we might iterate the calculation (but of course we would have to take care about infinite cases). Ignore this for now. */ rqmt = simplify_gen_relational (cond, SImode, mode, after_wrap, lim); |