diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-09-14 14:49:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-09-14 14:49:08 +0000 |
commit | 83a00410f54676140ee0aa3f057f99ea6086d8a2 (patch) | |
tree | 7e5471c8657e7e2bc87146203f74ce01e6603b56 /gcc/alias.c | |
parent | 7b9a5a662b243ee413626bbc14a87bbea25e633c (diff) | |
download | gcc-83a00410f54676140ee0aa3f057f99ea6086d8a2.zip gcc-83a00410f54676140ee0aa3f057f99ea6086d8a2.tar.gz gcc-83a00410f54676140ee0aa3f057f99ea6086d8a2.tar.bz2 |
alias.c: Follow spelling conventions.
* alias.c: Follow spelling conventions.
* cpphash.h: Likewise.
* fold-const.c: Likewise.
* cp/ChangeLog: Likewise.
* cp/parser.c: Likewise.
From-SVN: r71382
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 f56820e..c3bdf76 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 |