* final.c (shorten_branches): Remove outdated comment, and turn
the if branch that guards it to continue.
From-SVN: r111995
+2006-03-13 Zdenek Dvorak <dvorakz@suse.cz>
+
+ * final.c (shorten_branches): Remove outdated comment, and turn
+ the if branch that guards it to continue.
+
2006-03-13 Zdenek Dvorak <dvorakz@suse.cz>
* cfgloop.c (flow_loop_dump): Do not dump loop->invalid field.
INSN_SHUID (insn) = i++;
if (INSN_P (insn))
- {
- /* reorg might make the first insn of a loop being run once only,
- and delete the label in front of it. Then we want to apply
- the loop alignment to the new label created by reorg, which
- is separated by the former loop start insn from the
- NOTE_INSN_LOOP_BEG. */
- }
- else if (LABEL_P (insn))
+ continue;
+
+ if (LABEL_P (insn))
{
rtx next;