Commit 0132823e by Richard Kenner

Fix whitespace in and around comment.

From-SVN: r48346
parent bf952485
...@@ -1066,7 +1066,7 @@ rename_block (bb, idom) ...@@ -1066,7 +1066,7 @@ rename_block (bb, idom)
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