diff options
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r-- | gcc/tree-ssa-operands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index 9161cce..18af264 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -811,7 +811,7 @@ append_v_must_def (tree var) <* compare old_ops_copy and new_ops *> free_ssa_operands (old_ops); */ -void +static void build_ssa_operands (tree stmt, stmt_ann_t ann, stmt_operands_p old_ops, stmt_operands_p new_ops) { |