diff options
author | Diego Novillo <dnovillo@google.com> | 2012-11-15 07:53:39 -0500 |
---|---|---|
committer | Diego Novillo <dnovillo@google.com> | 2012-11-15 07:53:39 -0500 |
commit | 6cfdbf8033e34bcb54d0829c26db7ea7aa8ecd34 (patch) | |
tree | ccbc98f50f63a5d177750331feff61bfdee12c53 /gcc/tree-into-ssa.c | |
parent | 356d78003ba67f1938c07db303c6a2529f07ab15 (diff) | |
download | gcc-dnovillo/vec-rewrite.tar.gz |
fixes for darwin. Remove remnant references to vec_s.dnovillo/vec-rewrite
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r-- | gcc/tree-into-ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index a7fa1191651..2a389895d3d 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -101,7 +101,7 @@ sbitmap interesting_blocks; released after we finish updating the SSA web. */ static bitmap names_to_release; -/* vec_s of vec_s of PHIs to rewrite in a basic block. Element I corresponds +/* vec of vec of PHIs to rewrite in a basic block. Element I corresponds the to basic block with index I. Allocated once per compilation, *not* released between different functions. */ static vec<gimple_vec> phis_to_rewrite; |