projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6633f0
)
* emit-rtl.c: Fix typo.
author
Mike Stump
<mrs@wrs.com>
Mon, 7 Dec 1998 22:18:00 +0000
(22:18 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Mon, 7 Dec 1998 22:18:00 +0000
(15:18 -0700)
From-SVN: r24169
gcc/ChangeLog
patch
|
blob
|
history
gcc/emit-rtl.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 0e9c7070e227d82dcd6524add0d0e75b97bde713..0ba5ad2bc1d463cb17fca6cdc0fd3e35144578c0 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/emit-rtl.c
b/gcc/emit-rtl.c
index 037269a61a5199c6d1ef83d12364d3d5b51f420b..c5d5060680e9171f70039632e86f91a253d2ea04 100644
(file)
--- a/
gcc/emit-rtl.c
+++ b/
gcc/emit-rtl.c
@@
-3042,7
+3042,7
@@
emit_note (file, line)
return note;
}
-/* Emit a NOTE, and don't omit it even if LINE i
t
the previous note. */
+/* Emit a NOTE, and don't omit it even if LINE i
s
the previous note. */
rtx
emit_line_note_force (file, line)