aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r--gcc/tree-ssa-operands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c
index a010b30..7364052 100644
--- a/gcc/tree-ssa-operands.c
+++ b/gcc/tree-ssa-operands.c
@@ -1198,8 +1198,8 @@ swap_tree_operands (tree *exp0, tree *exp1)
use1 = x;
break;
}
- /* If both uses don't have operand entries, there isnt much we can do
- at this point. Presumably we dont need to worry about it. */
+ /* If both uses don't have operand entries, there isn't much we can do
+ at this point. Presumably we dont need to worry about it. */
if (use0 != NUM_USES (uses) && use1 != NUM_USES (uses))
{
tree *tmp = USE_OP_PTR (uses, use1)->use;