mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
* emit-rtl.c: Fix typo.
From-SVN: r24169
This commit is contained in:
parent
d6633f01f4
commit
fe77a03443
@ -1,3 +1,7 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user