Revert "docs: Add missing variable name in example"
This reverts commit d8c1058102
.
This commit is contained in:
parent
6e79760741
commit
07852b59cb
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 iter;
|
||||
ssa_op_iter;
|
||||
tree var;
|
||||
|
||||
FOR_EACH_SSA_TREE_OPERAND (var, stmt, iter, SSA_OP_ALL_OPERANDS)
|
||||
|
|
Loading…
Add table
Reference in a new issue