* emit-rtl.c: Fix typo.
From-SVN: r24169
This commit is contained in:
parent
d6633f01f4
commit
fe77a03443
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue