diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2001-12-28 11:24:12 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-12-28 11:24:12 -0500 |
commit | 0132823e73dda8ab3c324b36a74dce4625a15a64 (patch) | |
tree | 624e16c418506f2bc2fe13407f995a5c3d826b31 /gcc/ssa.c | |
parent | bf95248579a90ffaac92d2de6c3b75b41760d2c0 (diff) | |
download | gcc-0132823e73dda8ab3c324b36a74dce4625a15a64.tar.gz |
Fix whitespace in and around comment.
From-SVN: r48346
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r-- | gcc/ssa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c index c2b49c79dd0..bb7170602af 100644 --- 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; } |