projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e39410
)
Fix comment in ipa-icf-gimple.c
author
Jan Hubicka
<jh@suse.cz>
Fri, 20 Nov 2020 10:13:02 +0000
(11:13 +0100)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/gcc/ipa-icf-gimple.c
b/gcc/ipa-icf-gimple.c
index 69bc9ab5b3440550be2cee48486f1d75f7c636b3..250f02391db61e58af44f6a95ba0c9ad253df342 100644
(file)
--- 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
righ
t hand
+ /* In gimple all clobbers can be considered equal. We match the
lef
t hand
memory accesses. */
if (TREE_CLOBBER_P (t1) || TREE_CLOBBER_P (t2))
return TREE_CLOBBER_P (t1) == TREE_CLOBBER_P (t2);