]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(num_operands): MATCH_PARALLEL also represents an operand.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 14 Aug 1992 23:36:19 +0000 (19:36 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 14 Aug 1992 23:36:19 +0000 (19:36 -0400)
From-SVN: r1851

gcc/genflags.c

index 7f854ec3ddb641e7e59b46c73d21972d16bc4204..f04ea8bb5649f93bd81afd5c19e76169d73700d7 100644 (file)
@@ -61,7 +61,7 @@ num_operands (x)
   if (code == MATCH_OPERAND)
     return 1;
 
-  if (code == MATCH_OPERATOR)
+  if (code == MATCH_OPERATOR || code == MATCH_PARALLEL)
     count++;
 
   for (i = 0; i < GET_RTX_LENGTH (code); i++)