projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f1ee56
)
* final.c (final): Fix typo reported by Aaron W. LaFramboise.
author
Per Bothner
<per@bothner.com>
Thu, 1 Jul 2004 17:09:32 +0000
(10:09 -0700)
committer
Per Bothner
<bothner@gcc.gnu.org>
Thu, 1 Jul 2004 17:09:32 +0000
(10:09 -0700)
From-SVN: r83989
gcc/ChangeLog
patch
|
blob
|
history
gcc/final.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index c693f67f118371997a05f269bd8e93530c75cbbc..45d50bf666eeb796a339ab5b898c2ff7a132b9ac 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2004-07-01 Per Bothner <per@bothner.com>
+
+ * final.c (final): Fix typo reported by Aaron W. LaFramboise.
+
2004-07-01 Jakub Jelinek <jakub@redhat.com>
* expr.c (expand_assignment): Optimize bitfld += cst for 1 bit
diff --git
a/gcc/final.c
b/gcc/final.c
index 9b72363159cbc5fd4cd8bb35978904a8fd7d36bd..a264fca6bc62518ef0cabcb4d19b3145f24ab9f0 100644
(file)
--- a/
gcc/final.c
+++ b/
gcc/final.c
@@
-1525,7
+1525,7
@@
final (rtx first, FILE *file, int optimize, int prescan)
#else
&& NOTE_LINE_NUMBER (insn) == NOTE_LINE_NUMBER (last)
&& NOTE_SOURCE_FILE (insn) == NOTE_SOURCE_FILE (last)
-#endif
)
+#endif
)
{
delete_insn (insn); /* Use delete_note. */