Commit cdd8c058 by Richard Stallman

(final_scan_insn): If 2 consec line notes have same line num, can omit one.

From-SVN: r1943
parent 4401b31c
......@@ -1098,7 +1098,7 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
if (line_note_exists[num])
break;
if (num == NOTE_LINE_NUMBER (note))
if (num >= NOTE_LINE_NUMBER (note))
note_after = 1;
break;
}
......
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