projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30541c4
)
* global.c: Fix a comment typo.
author
Kazu Hirata
<kazu@cs.umass.edu>
Thu, 16 Dec 2004 21:57:49 +0000
(21:57 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Thu, 16 Dec 2004 21:57:49 +0000
(21:57 +0000)
From-SVN: r92286
gcc/ChangeLog
patch
|
blob
|
history
gcc/global.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index b10d673d586d1d107547006e8f158699d03c6887..195ca379fafaed9cf472eb632dee5e2440f9b48b 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2004-12-16 Kazu Hirata <kazu@cs.umass.edu>
+
+ * global.c: Fix a comment typo.
+
2004-12-16 Eric Botcazou <ebotcazou@libertysurf.fr>
Roger Sayle <roger@eyesopen.com>
diff --git
a/gcc/global.c
b/gcc/global.c
index 86448171ea26e62963261391b9b4c86d45ac1ff2..5779e4ea96a298809350d4c4ee28579edea3aa2c 100644
(file)
--- a/
gcc/global.c
+++ b/
gcc/global.c
@@
-2011,7
+2011,7
@@
struct bb_info
killed afterward in the basic block. */
bitmap killed, avloc;
/* Registers partially available and living (in other words whose
- values were calc
lual
ted and used) correspondingly at the start
+ values were calc
ula
ted and used) correspondingly at the start
and end of the basic block. */
bitmap live_pavin, live_pavout;
};