Fix whitespace in and around comment.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 28 Dec 2001 16:24:12 +0000 (11:24 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 28 Dec 2001 16:24:12 +0000 (11:24 -0500)
From-SVN: r48346

gcc/ssa.c

index c2b49c79dd05c8b26eb9f4e86e5eb14e42b76d5a..bb7170602af633abfae952122013c3bd7462b751 100644 (file)
--- a/gcc/ssa.c
+++ b/gcc/ssa.c
@@ -1061,12 +1061,12 @@ rename_block (bb, idom)
          else
            {
              /* When we created the PHI nodes, we did not know what mode
-            the register should be.  Now that we've found an original,
-            we can fill that in.  */
+                the register should be.  Now that we've found an original,
+                we can fill that in.  */
              if (GET_MODE (SET_DEST (phi)) == VOIDmode)
                PUT_MODE (SET_DEST (phi), GET_MODE (reg));
              else if (GET_MODE (SET_DEST (phi)) != GET_MODE (reg))
-               abort();
+               abort ();
 
              *phi_alternative (phi, bb) = reg;
            }