aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2023-09-30 11:35:24 +0200
committerJakub Jelinek <jakub@redhat.com>2023-09-30 11:35:24 +0200
commit1e6815071fd137424f79ca79a6ba66b776a98778 (patch)
treeed6f18801f0cba732ed551387086784b5fba692a
parent09b512466ce302833d1624045fc5fe5afe040f58 (diff)
downloadgcc-1e6815071fd137424f79ca79a6ba66b776a98778.zip
gcc-1e6815071fd137424f79ca79a6ba66b776a98778.tar.gz
gcc-1e6815071fd137424f79ca79a6ba66b776a98778.tar.bz2
gimple-match-head: Fix a pasto in function comment
This function comment has been pasted from gimple_bitwise_equal_p and haven't been adjusted for different function name. 2023-09-30 Jakub Jelinek <jakub@redhat.com> * gimple-match-head.cc (gimple_bitwise_inverted_equal_p): Fix a pasto in function comment.
-rw-r--r--gcc/gimple-match-head.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-match-head.cc b/gcc/gimple-match-head.cc
index ea6387a..3220723 100644
--- a/gcc/gimple-match-head.cc
+++ b/gcc/gimple-match-head.cc
@@ -274,7 +274,7 @@ gimple_bitwise_equal_p (tree expr1, tree expr2, tree (*valueize) (tree))
bool gimple_bit_not_with_nop (tree, tree *, tree (*) (tree));
bool gimple_maybe_cmp (tree, tree *, tree (*) (tree));
-/* Helper function for bitwise_equal_p macro. */
+/* Helper function for bitwise_inverted_equal_p macro. */
static inline bool
gimple_bitwise_inverted_equal_p (tree expr1, tree expr2, bool &wascmp, tree (*valueize) (tree))