diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-30 18:32:31 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-30 18:32:31 +0000 |
commit | 0bed386979f6bdc139c519bab996bed698ade995 (patch) | |
tree | baf32c5e895885ca41746d8d293000d998661d76 /gcc/tree-outof-ssa.c | |
parent | da41aa8ec87c685d4f9f94bf1faa3f47e83d32d9 (diff) | |
download | gcc-0bed386979f6bdc139c519bab996bed698ade995.tar.gz |
* bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,
c-incpath.c, cgraphunit.c, ddg.c, defaults.h, dwarf2out.c,
expmed.c, flags.h, gcc.c, gensupport.c, gimplify.c, global.c,
passes.c, reg-stack.c, target.h, toplev.c, tree-alias-ander.c,
tree-alias-common.c, tree-cfg.c, tree-complex.c, tree-dfa.c,
tree-eh.c, tree-mudflap.c, tree-mudflap.h, tree-outof-ssa.c,
tree-phinodes.c, tree-pretty-print.c, tree-ssa-alias.c,
tree-ssa-ccp.c, tree-ssa-live.c, tree-ssa-live.h,
tree-ssa-pre.c, tree.h, value-prof.h, varasm.c: Fix comment
formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82463 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-outof-ssa.c')
-rw-r--r-- | gcc/tree-outof-ssa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c index 97b0b4a3e82..03c43917f61 100644 --- a/gcc/tree-outof-ssa.c +++ b/gcc/tree-outof-ssa.c @@ -76,7 +76,7 @@ typedef struct _elim_graph { /* List of nodes in the elimination graph. */ varray_type nodes; - /* The predecessor and successor edge list. */ + /* The predecessor and successor edge list. */ varray_type edge_list; /* Visited vector. */ @@ -763,7 +763,7 @@ coalesce_ssa_name (var_map map, int flags) root_var_decompact (rv); /* First, coalesce all live on entry variables to their root variable. - This will ensure the first use is coming from the correct location. */ + This will ensure the first use is coming from the correct location. */ live = sbitmap_alloc (num_var_partitions (map)); sbitmap_zero (live); |