Commit 0132823e by Richard Kenner

Fix whitespace in and around comment.

From-SVN: r48346
parent bf952485
...@@ -1061,12 +1061,12 @@ rename_block (bb, idom) ...@@ -1061,12 +1061,12 @@ rename_block (bb, idom)
else else
{ {
/* When we created the PHI nodes, we did not know what mode /* When we created the PHI nodes, we did not know what mode
the register should be. Now that we've found an original, the register should be. Now that we've found an original,
we can fill that in. */ we can fill that in. */
if (GET_MODE (SET_DEST (phi)) == VOIDmode) if (GET_MODE (SET_DEST (phi)) == VOIDmode)
PUT_MODE (SET_DEST (phi), GET_MODE (reg)); PUT_MODE (SET_DEST (phi), GET_MODE (reg));
else if (GET_MODE (SET_DEST (phi)) != GET_MODE (reg)) else if (GET_MODE (SET_DEST (phi)) != GET_MODE (reg))
abort(); abort ();
*phi_alternative (phi, bb) = reg; *phi_alternative (phi, bb) = reg;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment