Fix comment in ipa-icf-gimple.c
authorJan Hubicka <jh@suse.cz>
Fri, 20 Nov 2020 10:13:02 +0000 (11:13 +0100)
committerJan Hubicka <jh@suse.cz>
Fri, 20 Nov 2020 10:13:02 +0000 (11:13 +0100)
* ipa-icf-gimple.c (func_checker::operand_equal_p): Fix comment.

gcc/ipa-icf-gimple.c

index 69bc9ab5b3440550be2cee48486f1d75f7c636b3..250f02391db61e58af44f6a95ba0c9ad253df342 100644 (file)
@@ -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);