summaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-07 06:41:23 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-07 06:41:23 +0000
commit4bbea25433b26fb34cc286ba96974f23dbe15ccd (patch)
treed583d908c670671b25c202db24844f7db39d0ad1 /gcc/genrecog.c
parentb550e0588e54efcea40f213bc2a92149514efa19 (diff)
downloadgcc-4bbea25433b26fb34cc286ba96974f23dbe15ccd.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 7e88f3c1e16..83a6d260fc4 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -633,7 +633,7 @@ not_both_true (d1, d2, toplevel)
We would like to list nodes testing for specific codes before those
that test predicates to avoid unnecessary function calls. Similarly,
- tests for specific modes should preceed nodes that allow any mode.
+ tests for specific modes should precede nodes that allow any mode.
This function returns the merit (with 0 being the best) of inserting
a test involving the specified MODE and CODE after node P. If P is
@@ -991,7 +991,7 @@ static char *indents[]
of the same mode, we also group tests with the same code, followed by a
group that does not test a code.
- Occasionally, we cannot arbitarily reorder the tests so that multiple
+ Occasionally, we cannot arbitrarily reorder the tests so that multiple
sequence of groups as described above are present.
We generate two nested switch statements, the outer statement for