diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-26 22:25:14 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-26 22:25:14 +0000 |
commit | 7fd957fe27f5a1bbe4243691ea4f70bae08b844c (patch) | |
tree | 778e5c00812009bde0b1783be2f952fd29b9acd0 /gcc/recog.c | |
parent | 4c7e800416ea780ea1790a4ddb464b9d175cc49f (diff) | |
download | gcc-7fd957fe27f5a1bbe4243691ea4f70bae08b844c.tar.gz |
* c-common.h: Follow spelling conventions.
* cpplex.c: Likewise.
* cpplib.h: Likewise.
* gthr-dce.h: Likewise.
* gthr-posix.h: Likewise.
* optabs.c: Likewise.
* output.h: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* ra-rewrite.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* reg-stack.c: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* reload.c: Likewise.
* reload.h: Likewise.
* reload1.c: Likewise.
* reorg.c: Likewise.
* resource.c: Likewise.
* rtl.h: Likewise.
* rtlanal.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57555 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index a01abd5b799..6b6117fa5c5 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -191,7 +191,7 @@ static int num_changes = 0; an INSN, CALL_INSN, or JUMP_INSN, the insn will be re-recognized with the change in place. - IN_GROUP is non-zero if this is part of a group of changes that must be + IN_GROUP is nonzero if this is part of a group of changes that must be performed as a group. In that case, the changes will be stored. The function `apply_change_group' will validate and apply the changes. @@ -856,7 +856,7 @@ find_single_use_1 (dest, loc) sequel. If so, return a pointer to the innermost rtx expression in which it is used. - If PLOC is non-zero, *PLOC is set to the insn containing the single use. + If PLOC is nonzero, *PLOC is set to the insn containing the single use. This routine will return usually zero either before flow is called (because there will be no LOG_LINKS notes) or after reload (because the REG_DEAD @@ -2341,7 +2341,7 @@ preprocess_constraints () This is used in final, just before printing the assembler code and by the routines that determine an insn's attribute. - If STRICT is a positive non-zero value, it means that we have been + If STRICT is a positive nonzero value, it means that we have been called after reload has been completed. In that case, we must do all checks strictly. If it is zero, it means that we have been called before reload has completed. In that case, we first try to see if we can |