diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-22 02:03:17 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-22 02:03:17 +0000 |
commit | d10cfa8dc0e0c46fb4ebdcbb957029727bc8fe21 (patch) | |
tree | 46c3473e2a4ca056cf463861491452bb0f47b6a9 /gcc/alias.c | |
parent | d7a9a1c8a54a4eb32dcc524bea8753342994aa67 (diff) | |
download | ppe42-gcc-d10cfa8dc0e0c46fb4ebdcbb957029727bc8fe21.tar.gz ppe42-gcc-d10cfa8dc0e0c46fb4ebdcbb957029727bc8fe21.zip |
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.3: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* FSFChangeLog.11: Likewise.
* alias.c: Likewise.
* basic-block.h: Likewise.
* c-aux-info.c: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-format.c: Likewise.
* c-semantics.c: Likewise.
* c-typeck.c: Likewise.
* calls.c: Likewise.
* cfganal.c: Likewise.
* cfgloop.c: Likewise.
* collect2.c: Likewise.
* combine.c: Likewise.
* conflict.c: Likewise.
* cppexp.c: Likewise.
* cppfiles.c: Likewise.
* cpphash.h: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* cpplib.h: Likewise.
* cppmacro.c: Likewise.
* cse.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57398 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index 68a827224fa..914b1532e5d 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -2199,8 +2199,8 @@ canon_true_dependence (mem, mem_mode, mem_addr, x, varies) varies); } -/* Returns non-zero if a write to X might alias a previous read from - (or, if WRITEP is non-zero, a write to) MEM. */ +/* Returns nonzero if a write to X might alias a previous read from + (or, if WRITEP is nonzero, a write to) MEM. */ static int write_dependence_p (mem, x, writep) @@ -2389,7 +2389,7 @@ nonlocal_mentioned_p_1 (loc, data) return 0; } -/* Returns non-zero if X might mention something which is not +/* Returns nonzero if X might mention something which is not local to the function and is not constant. */ static int @@ -2487,7 +2487,7 @@ nonlocal_referenced_p_1 (loc, data) return 0; } -/* Returns non-zero if X might reference something which is not +/* Returns nonzero if X might reference something which is not local to the function and is not constant. */ static int @@ -2567,7 +2567,7 @@ nonlocal_set_p_1 (loc, data) return 0; } -/* Returns non-zero if X might set something which is not +/* Returns nonzero if X might set something which is not local to the function and is not constant. */ static int |