docs: Add missing variable name in example
gcc/ChangeLog: * doc/gccint/analysis-and-optimization-of-gimple-tuples/ssa-operands.rst: Add missing variable name. Co-Authored-By: Sinan <sinan.lin@linux.alibaba.com>
This commit is contained in:
parent
e505f7493b
commit
d8c1058102
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ all the operands for a statement:
|
|||
void
|
||||
print_ops (tree stmt)
|
||||
{
|
||||
ssa_op_iter;
|
||||
ssa_op_iter iter;
|
||||
tree var;
|
||||
|
||||
FOR_EACH_SSA_TREE_OPERAND (var, stmt, iter, SSA_OP_ALL_OPERANDS)
|
||||
|
|
Loading…
Add table
Reference in a new issue