diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-28 16:30:00 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-28 16:30:00 +0000 |
commit | 5206b159e4c2d12e2904845dc68e8af2729a246e (patch) | |
tree | 2ed1920be939f29875e5f270976036d79e5714a2 /gcc/tree-into-ssa.c | |
parent | 04c9940f7b10107e49913a306b88c99be5cb2171 (diff) | |
download | gcc-5206b159e4c2d12e2904845dc68e8af2729a246e.tar.gz |
* builtins.c: Fix comment typo(s).
* genautomata.c: Likewise.
* gimplify.c: Likewise.
* tree-dfa.c: Likewise.
* tree-flow-inline.h: Likewise.
* tree-into-ssa.c: Likewise.
* tree-ssa-alias.c: Likewise.
* tree-ssa-ccp.c: Likewise.
* tree-ssa-copy.c: Likewise.
* tree-ssa-dce.c: Likewise.
* tree-ssa-dom.c: Likewise.
* tree-ssa-operands.c: Likewise.
* tree-tailcall.c: Likewise.
* tree-vectorizer.c: Likewise.
* tree-vrp.c: Likewise.
* tree.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102491 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r-- | gcc/tree-into-ssa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index 5885c04e682..97ddc73ab54 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -889,7 +889,7 @@ insert_phi_nodes (bitmap *dfs) /* Register DEF (an SSA_NAME) to be a new definition for its underlying variable (SSA_NAME_VAR (DEF)) and push VAR's current reaching definition - into the stack pointed by BLOCK_DEFS_P. */ + into the stack pointed to by BLOCK_DEFS_P. */ void register_new_def (tree def, VEC(tree,heap) **block_defs_p) @@ -1486,7 +1486,7 @@ rewrite_update_stmt (struct dom_walk_data *walk_data ATTRIBUTE_UNUSED, } -/* Replace the operand pointed by USE_P with USE's current reaching +/* Replace the operand pointed to by USE_P with USE's current reaching definition. */ static inline void |