mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 20:45:41 +08:00
* cgraphunit.c, varpool.c: Fix comment typos.
From-SVN: r120139
This commit is contained in:
parent
2e226e6699
commit
dbb23ff705
@ -6,6 +6,8 @@
|
||||
tree-ssa-live.h, tree-ssa-operands.c, tree-ssa-ter.c,
|
||||
tree-vrp.c, varpool.c: Fix comment typos.
|
||||
|
||||
* cgraphunit.c, varpool.c: Fix comment typos.
|
||||
|
||||
2006-12-22 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* config/spu/spu.h (ARG_POINTER_CFA_OFFSET): Define.
|
||||
|
@ -66,7 +66,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
data structure must be updated accordingly by this function.
|
||||
There should be little need to call this function and all the references
|
||||
should be made explicit to cgraph code. At present these functions are
|
||||
used by C++ frontend to explicitely mark the keyed methods.
|
||||
used by C++ frontend to explicitly mark the keyed methods.
|
||||
|
||||
- analyze_expr callback
|
||||
|
||||
|
@ -43,7 +43,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
The varpool nodes are allocated lazily for declarations
|
||||
either by frontend or at callgraph construction time.
|
||||
All variables supposed to be output into final file needs to be
|
||||
explicitely marked by frontend via VARPOOL_FINALIZE_DECL function. */
|
||||
explicitly marked by frontend via VARPOOL_FINALIZE_DECL function. */
|
||||
|
||||
/* Hash table used to convert declarations into nodes. */
|
||||
static GTY((param_is (struct varpool_node))) htab_t varpool_hash;
|
||||
|
Loading…
Reference in New Issue
Block a user