aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ipa-icf-gimple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-icf-gimple.c b/gcc/ipa-icf-gimple.c
index 69bc9ab..250f023 100644
--- a/gcc/ipa-icf-gimple.c
+++ b/gcc/ipa-icf-gimple.c
@@ -314,7 +314,7 @@ func_checker::operand_equal_p (const_tree t1, const_tree t2,
default:
break;
}
- /* In gimple all clobbers can be considered equal. We match the right hand
+ /* In gimple all clobbers can be considered equal. We match the left hand
memory accesses. */
if (TREE_CLOBBER_P (t1) || TREE_CLOBBER_P (t2))
return TREE_CLOBBER_P (t1) == TREE_CLOBBER_P (t2);