diff options
Diffstat (limited to 'gcc/tree-ssa-dom.c')
-rw-r--r-- | gcc/tree-ssa-dom.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 8ebc8877dfa..b5ad2c488f9 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -401,10 +401,10 @@ initialize_hash_element_from_expr (struct hashable_expr *expr, element->stamp = element; } -/* Compare two hashable_expr structures for equivalence. - They are considered equivalent when the the expressions - they denote must necessarily be equal. The logic is intended - to follow that of operand_equal_p in fold-const.c */ +/* Compare two hashable_expr structures for equivalence. They are + considered equivalent when the expressions they denote must + necessarily be equal. The logic is intended to follow that of + operand_equal_p in fold-const.c */ static bool hashable_expr_equal_p (const struct hashable_expr *expr0, |