diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-18 02:26:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-18 02:26:43 +0000 |
commit | 95bd1dd72f8e33c77da74e7e6707f206784f6b15 (patch) | |
tree | 6a219732ec330734a0ab46ead554f3e3bd32ba25 /gcc/basic-block.h | |
parent | d5840e09def0a9a4efbcc31ae5bf30b9761335bd (diff) | |
download | gcc-95bd1dd72f8e33c77da74e7e6707f206784f6b15.zip gcc-95bd1dd72f8e33c77da74e7e6707f206784f6b15.tar.gz gcc-95bd1dd72f8e33c77da74e7e6707f206784f6b15.tar.bz2 |
alias.c: Fix comment typos.
* alias.c: Fix comment typos.
* basic-block.h: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-opts.c: Likewise.
* c-pragma.c: Likewise.
* c-pretty-print.h: Likewise.
* cfg.c: Likewise.
* cfganal.c: Likewise.
* cfgbuild.c: Likewise.
* cfgcleanup.c: Likewise.
* cfglayout.c: Likewise.
* cfgrtl.c: Likewise.
* convert.c: Likewise.
* cpphash.h: Likewise.
* cpplex.c: Likewise.
* cpplib.h: Likewise.
* df.h: Likewise.
* diagnostic.c: Likewise.
* diagnostic.h: Likewise.
* dwarf2.h: Likewise.
From-SVN: r61462
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 78b7ac6..5dd0007 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -478,7 +478,7 @@ struct loop This does not include loop exits due to return instructions. This is because all bivs and givs are pseudos, and hence must be - dead after a return, so the presense of a return does not affect + dead after a return, so the presence of a return does not affect any of the optimizations that use this info. It is simpler to just not include return instructions on this list. */ rtx exit_labels; |