projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a427c
)
Typo last change.
author
Richard Henderson
<rth@gcc.gnu.org>
Wed, 22 Sep 1999 06:53:35 +0000
(23:53 -0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Wed, 22 Sep 1999 06:53:35 +0000
(23:53 -0700)
From-SVN: r29576
gcc/genrecog.c
patch
|
blob
|
history
diff --git
a/gcc/genrecog.c
b/gcc/genrecog.c
index d63c8cf8fda0f8a75fa9fdd3194bbf0a5550160e..9f38d9b5860363c3b41be2fbec816ce0db412602 100644
(file)
--- a/
gcc/genrecog.c
+++ b/
gcc/genrecog.c
@@
-713,7
+713,7
@@
not_both_true (d1, d2, toplevel)
/* If the d2->position was lexically lower, swap. */
if (cmp > 0)
- p1 = d1
; d1 = d2;
d2 = p1;
+ p1 = d1
, d1 = d2,
d2 = p1;
if (d1->success.first == 0)
return 0;