diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-22 14:09:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-22 14:09:34 +0000 |
commit | cc2902df52a39b343d5094a39d3e6efb868015de (patch) | |
tree | d2db7ebbe3f404f7fa5e30b7ecf4ac4675f5b518 /gcc/genattrtab.c | |
parent | 4bc38b68640a996a5a1a9e870a707836ca32bfa9 (diff) | |
download | gcc-cc2902df52a39b343d5094a39d3e6efb868015de.zip gcc-cc2902df52a39b343d5094a39d3e6efb868015de.tar.gz gcc-cc2902df52a39b343d5094a39d3e6efb868015de.tar.bz2 |
dbxout.c: Follow spelling conventions.
* dbxout.c: Follow spelling conventions.
* defaults.h: Likewise.
* df.c: Likewise.
* diagnostic.h: Likewise.
* doloop.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* except.c: Likewise.
* explow.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* expr.h: Likewise.
* flags.h: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* function.h: Likewise.
* gcc.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* genconfig.c: Likewise.
* genrecog.c: Likewise.
* ggc-page.c: Likewise.
* ggc.h: Likewise.
* global.c: Likewise.
* gthr-win32.h: Likewise.
* integrate.c: Likewise.
* jump.c: Likewise.
* langhooks.c: Likewise.
* langhooks.h: Likewise.
* line-map.h: Likewise.
* local-alloc.c: Likewise.
* longlong.h: Likewise.
* loop.c: Likewise.
* loop.h: Likewise.
From-SVN: r57406
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index f5b2681..bbc5a45 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -2093,7 +2093,7 @@ expand_units () fill the unit given the minimum issue delay. FILL-TIME is the constant "MIN (ISSUE-DELAY (*,*)) * (SIMULTANEITY - 1)", and the simultaneity constraint is "READY-COST (E) - FILL-TIME" - if SIMULTANEITY is non-zero and zero otherwise. + if SIMULTANEITY is nonzero and zero otherwise. Thus, BLOCKAGE (E,C) when SIMULTANEITY is zero is @@ -4315,7 +4315,7 @@ count_alternatives (exp) return 0; } -/* Returns non-zero if the given expression contains an EQ_ATTR with the +/* Returns nonzero if the given expression contains an EQ_ATTR with the `alternative' attribute. */ static int @@ -4348,7 +4348,7 @@ compares_alternatives_p (exp) return 0; } -/* Returns non-zero is INNER is contained in EXP. */ +/* Returns nonzero is INNER is contained in EXP. */ static int contained_in_p (inner, exp) @@ -4558,7 +4558,7 @@ gen_unit (def, lineno) /* Given a piece of RTX, print a C expression to test its truth value. We use AND and IOR both for logical and bit-wise operations, so interpret them as logical unless they are inside a comparison expression. - The first bit of FLAGS will be non-zero in that case. + The first bit of FLAGS will be nonzero in that case. Set the second bit of FLAGS to make references to attribute values use a cached local variable instead of calling a function. */ @@ -5488,7 +5488,7 @@ write_indent (indent) } /* Write a subroutine that is given an insn that requires a delay slot, a - delay slot ordinal, and a candidate insn. It returns non-zero if the + delay slot ordinal, and a candidate insn. It returns nonzero if the candidate can be placed in the specified delay slot of the insn. We can write as many as three subroutines. `eligible_for_delay' @@ -5807,7 +5807,7 @@ next_comma_elt (pstr) } /* Return a `struct attr_desc' pointer for a given named attribute. If CREATE - is non-zero, build a new attribute, if one does not exist. */ + is nonzero, build a new attribute, if one does not exist. */ static struct attr_desc * find_attr (name, create) |