diff options
Diffstat (limited to 'gcc/tree-vector-builder.h')
-rw-r--r-- | gcc/tree-vector-builder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-vector-builder.h b/gcc/tree-vector-builder.h index b89d3ab..1038be7 100644 --- a/gcc/tree-vector-builder.h +++ b/gcc/tree-vector-builder.h @@ -45,6 +45,7 @@ private: bool allow_steps_p () const; bool integral_p (const_tree) const; wide_int step (const_tree, const_tree) const; + tree apply_step (tree, unsigned int, const wide_int &) const; bool can_elide_p (const_tree) const; void note_representative (tree *, tree); |