From fe77a034435df38be9d4ffe8a9bc8b78685023e6 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Mon, 7 Dec 1998 22:18:00 +0000 Subject: [PATCH] * emit-rtl.c: Fix typo. From-SVN: r24169 --- gcc/ChangeLog | 4 ++++ gcc/emit-rtl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e9c7070e22..0ba5ad2bc1d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 7 23:14:51 1998 Mike Stump + + * emit-rtl.c: Fix typo. + Mon Dec 7 23:07:38 1998 Nathan Sidwell * 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 037269a61a5..c5d5060680e 100644 --- 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 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)