docs: Fix inconsistent example predicate name

It is unclear why the example C function was renamed to
`commutative_integer_operator` as part of ec8e098d in 2004, while the
text and the example md were both left as `commutative_operator`. The
latter name appears to be more accurate, so revert the 2004 change.

gcc/ChangeLog:

	* doc/md.texi: Fix inconsistent example name.
This commit is contained in:
Andrew Carlotti 2022-12-16 15:14:35 +00:00
parent e48864e51d
commit 27afe64c19

View file

@ -377,7 +377,7 @@ commutative arithmetic operators of RTL and whose mode is @var{mode}:
@smallexample
int
commutative_integer_operator (x, mode)
commutative_operator (x, mode)
rtx x;
machine_mode mode;
@{