Commit fe77a034 by Mike Stump Committed by Jeff Law

* emit-rtl.c: Fix typo.

From-SVN: r24169
parent d6633f01
Mon Dec 7 23:14:51 1998 Mike Stump <mrs@wrs.com>
* emit-rtl.c: Fix typo.
Mon Dec 7 23:07:38 1998 Nathan Sidwell <nathan@acm.org>
* reload1.c (eliminate_regs): Don't do anything, if we're not
......
......@@ -3042,7 +3042,7 @@ emit_note (file, line)
return note;
}
/* Emit a NOTE, and don't omit it even if LINE it the previous note. */
/* Emit a NOTE, and don't omit it even if LINE is the previous note. */
rtx
emit_line_note_force (file, line)
......
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