]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gimple-match-head: Fix a pasto in function comment
authorJakub Jelinek <jakub@redhat.com>
Sat, 30 Sep 2023 09:35:24 +0000 (11:35 +0200)
committerJakub Jelinek <jakub@redhat.com>
Sat, 30 Sep 2023 09:35:24 +0000 (11:35 +0200)
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.

gcc/gimple-match-head.cc

index ea6387a1099dc78f4cc05c4eaa0ea2d08fce1164..322072332f99cc70350602359256108b4429393c 100644 (file)
@@ -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))