(expand_binop, case MULT [complex]) Fix typo.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 28 Jul 1994 23:28:18 +0000 (19:28 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 28 Jul 1994 23:28:18 +0000 (19:28 -0400)
From-SVN: r7813

gcc/optabs.c

index 427ccf46bb3c7d9a3fa5e046df75baf766aed708..89595c72ecefd0846f88af1fd233a5f65bf346f1 100644 (file)
@@ -1260,8 +1260,10 @@ expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods)
                                    NULL_RTX, unsignedp, methods);
 
              if (temp1 == 0 || temp2 == 0)
-               res = expand_binop (submode, add_optab, temp1, temp2,
-                                   imagr, unsignedp, methods);
+                 break;
+
+             res = expand_binop (submode, add_optab, temp1, temp2,
+                                 imagr, unsignedp, methods);
 
              if (res == 0)
                break;