aboutsummaryrefslogtreecommitdiff
path: root/gcc/genpreds.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-06-30 19:29:39 +0000
committerKazu Hirata <kazu@codesourcery.com>2006-06-30 19:29:39 +0000
commita5cae245ae6ab25cc2e9e07cd402d47cef124891 (patch)
tree1fb738fe0271684322341bb9f99dd331266561c6 /gcc/genpreds.c
parent157306734995cc5f873c438cfae3b54721c368b3 (diff)
* cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix
comment typos. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@115098 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genpreds.c')
-rw-r--r--gcc/genpreds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genpreds.c b/gcc/genpreds.c
index 655c4e65293..adc3e48372b 100644
--- a/gcc/genpreds.c
+++ b/gcc/genpreds.c
@@ -373,7 +373,7 @@ add_mode_tests (struct pred_data *p)
case AND:
/* The switch code generation in write_predicate_stmts prefers
rtx code tests to be at the top of the expression tree. So
- push this AND down into the second operand of an exisiting
+ push this AND down into the second operand of an existing
AND expression. */
if (generate_switch_p (XEXP (subexp, 0)))
pos = &XEXP (subexp, 1);
@@ -563,7 +563,7 @@ write_match_code_switch (rtx exp)
}
}
-/* Given a predictate expression EXP, write out a sequence of stmts
+/* Given a predicate expression EXP, write out a sequence of stmts
to evaluate it. This is similar to write_predicate_expr but can
generate efficient switch statements. */