summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.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-ssa-sccvn.c
parent356d78003ba67f1938c07db303c6a2529f07ab15 (diff)
downloadgcc-6cfdbf8033e34bcb54d0829c26db7ea7aa8ecd34.tar.gz
fixes for darwin. Remove remnant references to vec_s.dnovillo/vec-rewrite
Diffstat (limited to 'gcc/tree-ssa-sccvn.c')
-rw-r--r--gcc/tree-ssa-sccvn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-sccvn.c b/gcc/tree-ssa-sccvn.c
index 4ee2ac3d1bc..ed89a5ab0d9 100644
--- a/gcc/tree-ssa-sccvn.c
+++ b/gcc/tree-ssa-sccvn.c
@@ -155,7 +155,7 @@ static vec<tree> sccstack;
/* Table of vn_ssa_aux_t's, one per ssa_name. The vn_ssa_aux_t objects
are allocated on an obstack for locality reasons, and to free them
- without looping over the vec_s. */
+ without looping over the vec. */
static vec<vn_ssa_aux_t> vn_ssa_aux_table;
static struct obstack vn_ssa_aux_obstack;