diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-14 14:49:08 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-14 14:49:08 +0000 |
commit | 678704be065e051b58a33730268ffa6c6333d41a (patch) | |
tree | 7e5471c8657e7e2bc87146203f74ce01e6603b56 /gcc/alias.c | |
parent | 652b3139b887957087721b384b59b86e662b0a5c (diff) | |
download | gcc-678704be065e051b58a33730268ffa6c6333d41a.tar.gz |
* alias.c: Follow spelling conventions.
* cpphash.h: Likewise.
* fold-const.c: Likewise.
* cp/ChangeLog: Likewise.
* cp/parser.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71382 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index f56820ea1e2..c3bdf766cb2 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -2202,7 +2202,7 @@ canon_true_dependence (rtx mem, enum machine_mode mem_mode, rtx mem_addr, } /* Returns nonzero if a write to X might alias a previous read from - (or, if WRITEP is nonzero, a write to) MEM. If CONSTP is non-zero, + (or, if WRITEP is nonzero, a write to) MEM. If CONSTP is nonzero, honor the RTX_UNCHANGING_P flags on X and MEM. */ static int |