aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-17 03:28:11 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-17 03:28:11 +0000
commit3d042e770b6b46116c9b45eb924b67a47178dbd8 (patch)
tree6c402772c72ac7d22890da53e8d0a4884be43356 /gcc/ifcvt.c
parentfd2190ca49b7db1f14cfddd3232cd378e995eebb (diff)
downloadgcc-3d042e770b6b46116c9b45eb924b67a47178dbd8.zip
gcc-3d042e770b6b46116c9b45eb924b67a47178dbd8.tar.gz
gcc-3d042e770b6b46116c9b45eb924b67a47178dbd8.tar.bz2
ifcvt.c: Fix comment typos.
* ifcvt.c: Fix comment typos. * lcm.c: Likewise. * libgcc2.c: Likewise. * local-alloc.c: Likewise. * loop.c: Likewise. * predict.c: Likewise. * ra-build.c: Likewise. * ra.c: Likewise. * ra-colorize.c: Likewise. * ra.h: Likewise. * ra-rewrite.c: Likewise. * regmove.c: Likewise. * reload.h: Likewise. * rtlanal.c: Likewise. * toplev.c: Likewise. * tree.h: Likewise. * unwind-dw2-fde-glibc.c: Likewise. * vmsdbgout.c: Likewise. From-SVN: r61421
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r--gcc/ifcvt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c
index 21a7e64..72dc2e1 100644
--- a/gcc/ifcvt.c
+++ b/gcc/ifcvt.c
@@ -2282,7 +2282,7 @@ find_if_block (ce_info)
int max_insns = MAX_CONDITIONAL_EXECUTE;
int n_insns;
- /* Determine if the preceeding block is an && or || block. */
+ /* Determine if the preceding block is an && or || block. */
if ((n_insns = block_jumps_and_fallthru_p (bb, else_bb)) >= 0)
{
ce_info->and_and_p = TRUE;
@@ -2877,7 +2877,7 @@ dead_or_predicable (test_bb, merge_bb, other_bb, new_dest, reversep)
if (HAVE_conditional_execution)
{
/* In the conditional execution case, we have things easy. We know
- the condition is reversable. We don't have to check life info,
+ the condition is reversible. We don't have to check life info,
becase we're going to conditionally execute the code anyway.
All that's left is making sure the insns involved can actually
be predicated. */