Commit d70dc103 by Per Bothner Committed by Per Bothner

* final.c (final): Fix typo reported by Aaron W. LaFramboise.

From-SVN: r83989
parent 7f1ee569
2004-07-01 Per Bothner <per@bothner.com>
* final.c (final): Fix typo reported by Aaron W. LaFramboise.
2004-07-01 Jakub Jelinek <jakub@redhat.com> 2004-07-01 Jakub Jelinek <jakub@redhat.com>
* expr.c (expand_assignment): Optimize bitfld += cst for 1 bit * expr.c (expand_assignment): Optimize bitfld += cst for 1 bit
......
...@@ -1525,7 +1525,7 @@ final (rtx first, FILE *file, int optimize, int prescan) ...@@ -1525,7 +1525,7 @@ final (rtx first, FILE *file, int optimize, int prescan)
#else #else
&& NOTE_LINE_NUMBER (insn) == NOTE_LINE_NUMBER (last) && NOTE_LINE_NUMBER (insn) == NOTE_LINE_NUMBER (last)
&& NOTE_SOURCE_FILE (insn) == NOTE_SOURCE_FILE (last) && NOTE_SOURCE_FILE (insn) == NOTE_SOURCE_FILE (last)
#endif) #endif
) )
{ {
delete_insn (insn); /* Use delete_note. */ delete_insn (insn); /* Use delete_note. */
......
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