Typo last change.
authorRichard Henderson <rth@gcc.gnu.org>
Wed, 22 Sep 1999 06:53:35 +0000 (23:53 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 22 Sep 1999 06:53:35 +0000 (23:53 -0700)
From-SVN: r29576

gcc/genrecog.c

index d63c8cf8fda0f8a75fa9fdd3194bbf0a5550160e..9f38d9b5860363c3b41be2fbec816ce0db412602 100644 (file)
@@ -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;