aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-09-27 12:48:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-27 12:48:07 +0000
commit0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70 (patch)
treec2f7682329bf354ca96d9ae19d6a6cfe4312c16a /gcc/ssa.c
parentb9b575e6b5d26806b2d45c1d5c392fa2c2734de2 (diff)
downloadgcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.zip
gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.tar.gz
gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.tar.bz2
LANGUAGES: Follow spelling conventions.
* LANGUAGES: Follow spelling conventions. * rtl.def: Likewise. * sbitmap.c: Likewise. * sched-int.h: Likewise. * sched-rgn.c: Likewise. * sibcall.c: Likewise. * simplify-rtx.c: Likewise. * ssa.c: Likewise. * stab.def: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * target.h: Likewise. * timevar.c: Likewise. * toplev.c: Likewise. * tree-dump.c: Likewise. * tree-inline.c: Likewise. * tree.c: Likewise. * tree.def: Likewise. * tree.h: Likewise. * unroll.c: Likewise. * varasm.c: Likewise. * vmsdbgout.c: Likewise. * treelang/treelang.texi: Likewise. * treelang/treetree.c: Likewise. From-SVN: r57587
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r--gcc/ssa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c
index 1ba8e0c..b5c4992 100644
--- a/gcc/ssa.c
+++ b/gcc/ssa.c
@@ -78,7 +78,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
the same hard register in the same machine mode are in the same
class. */
-/* If conservative_reg_partition is non-zero, use a conservative
+/* If conservative_reg_partition is nonzero, use a conservative
register partitioning algorithm (which leaves more regs after
emerging from SSA) instead of the coalescing one. This is being
left in for a limited time only, as a debugging tool until the
@@ -420,7 +420,7 @@ phi_alternative (set, c)
}
/* Given the SET of a phi node, remove the alternative for predecessor
- block C. Return non-zero on success, or zero if no alternative is
+ block C. Return nonzero on success, or zero if no alternative is
found for C. */
int
@@ -1496,7 +1496,7 @@ out:
and C is the ith predecessor of B,
then T0 and Ti must be equivalent.
- Return non-zero iff any such cases were found for which the two
+ Return nonzero iff any such cases were found for which the two
regs were not already in the same class. */
static int
@@ -2252,7 +2252,7 @@ convert_from_ssa ()
destination, the regno of the phi argument corresponding to BB,
and DATA.
- If FN ever returns non-zero, stops immediately and returns this
+ If FN ever returns nonzero, stops immediately and returns this
value. Otherwise, returns zero. */
int