aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vector-builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-vector-builder.h')
-rw-r--r--gcc/tree-vector-builder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-vector-builder.h b/gcc/tree-vector-builder.h
index 1038be7..a7b9bdb 100644
--- a/gcc/tree-vector-builder.h
+++ b/gcc/tree-vector-builder.h
@@ -40,6 +40,8 @@ public:
bool new_unary_operation (tree, tree, bool);
bool new_binary_operation (tree, tree, tree, bool);
+ static unsigned int binary_encoded_nelts (tree, tree);
+
private:
bool equal_p (const_tree, const_tree) const;
bool allow_steps_p () const;