summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2012-11-15 07:53:39 -0500
committerDiego Novillo <dnovillo@google.com>2012-11-15 07:53:39 -0500
commit6cfdbf8033e34bcb54d0829c26db7ea7aa8ecd34 (patch)
treeccbc98f50f63a5d177750331feff61bfdee12c53 /gcc/tree-into-ssa.c
parent356d78003ba67f1938c07db303c6a2529f07ab15 (diff)
downloadgcc-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.c2
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;