Skip to content
Snippets Groups Projects
Commit cd287abe authored by Jan Hubicka's avatar Jan Hubicka
Browse files

Fix comment in ipa-icf-gimple.c

	* ipa-icf-gimple.c (func_checker::operand_equal_p): Fix comment.
parent 8e394101
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment