projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f0212
)
* cfgrtl.c: Fix a comment typo.
author
Kazu Hirata
<kazu@cs.umass.edu>
Sun, 14 Nov 2004 21:25:37 +0000
(21:25 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Sun, 14 Nov 2004 21:25:37 +0000
(21:25 +0000)
From-SVN: r90632
gcc/ChangeLog
patch
|
blob
|
history
gcc/cfgrtl.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 4eea1edf1c456df08dcc51b22549b8702fd214ec..e026d6aed8663958fb8b18e5c55d1e0d3ff8d1ba 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2004-11-14 Kazu Hirata <kazu@cs.umass.edu>
+
+ * cfgrtl.c: Fix a comment typo.
+
2004-11-14 Stan Shebs <shebs@apple.com>
Basic ABI changes for passing structs by value in 64-bit Darwin.
diff --git
a/gcc/cfgrtl.c
b/gcc/cfgrtl.c
index 3563574bdeb95ffdbf874d3abe0f9689ba2f92ba..8b11cf3753179cb21427dee432e9d5f3ceaac4d1 100644
(file)
--- a/
gcc/cfgrtl.c
+++ b/
gcc/cfgrtl.c
@@
-2114,7
+2114,7
@@
rtl_verify_flow_info_1 (void)
}
if (BB_END (bb) == x)
- /* Do checks for empty blocks her
. e
*/
+ /* Do checks for empty blocks her
e.
*/
;
else
for (x = NEXT_INSN (x); x; x = NEXT_INSN (x))