diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-19 23:22:00 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-19 23:22:00 +0000 |
commit | 91c82c20c59b724ac410dd75d378e0798edb4e1b (patch) | |
tree | cfd217c7e698d0aaf23ec02241ccbff7719cb9c0 /gcc/cfgloopanal.c | |
parent | 16cdef4540f82fb1890edce9cc45abab9e6b9f5d (diff) | |
download | ppe42-gcc-91c82c20c59b724ac410dd75d378e0798edb4e1b.tar.gz ppe42-gcc-91c82c20c59b724ac410dd75d378e0798edb4e1b.zip |
* builtins.c: Fix comment typos.
* c-common.c: Likewise.
* c-decl.c: Likewise.
* c-pretty-print.c: Likewise.
* cfgbuild.c: Likewise.
* cfglayout.c: Likewise.
* cfgloopanal.c: Likewise.
* cgraphunit.c: Likewise.
* cppfiles.c: Likewise.
* dwarfout.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* gcse.c: Likewise.
* ggc-page.c: Likewise.
* haifa-sched.c: Likewise.
* pretty-print.c: Likewise.
* tree.c: Likewise.
* tree.h: Likewise.
* value-prof.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70583 138bc75d-0d04-0410-961f-82ee72b054a4
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); |