(expand_binop): Correct indentation of doubleword multiply picture.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 31 Dec 1992 22:18:00 +0000 (14:18 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 31 Dec 1992 22:18:00 +0000 (14:18 -0800)
From-SVN: r3024

gcc/optabs.c

index eed7befb8dccdc28d48358a0b9c341bd4d8cd936..356a0595f186468c3d8fcabc5edd35539f1411f9 100644 (file)
@@ -660,14 +660,14 @@ expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods)
                                 _______________________
                                [__op0_high_|__op0_low__]
                                 _______________________
-        *                          [__op1_high_|__op1_low__]
+        *                      [__op1_high_|__op1_low__]
         _______________________________________________
                                 _______________________
-    (1)                            [__op0_low__*__op1_low__]
+    (1)                                [__op0_low__*__op1_low__]
                     _______________________
-    (2a)               [__op0_low__*__op1_high_]
+    (2a)           [__op0_low__*__op1_high_]
                     _______________________
-    (2b)               [__op0_high_*__op1_low__]
+    (2b)           [__op0_high_*__op1_low__]
          _______________________
     (3) [__op0_high_*__op1_high_]