Commit 300c5453 by Alexandre Oliva

Whitespace fixes.

From-SVN: r45587
parent 6d334db8
......@@ -2971,8 +2971,8 @@ barrier_align (barrier_or_label)
with some previous instruction, it will have
redirected PREV's jump to the following insn. */
|| JUMP_LABEL (prev) == next_nonnote_insn (next)
/* There is no upper bound on redundant instructions that
might have been skipped, but we must not put an
/* There is no upper bound on redundant instructions
that might have been skipped, but we must not put an
alignment where none had been before. */
|| (x = (NEXT_INSN (NEXT_INSN (PREV_INSN (prev)))),
(INSN_P (x)
......
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