On 08/15/2018 11:17 AM, Matthew Malcomson wrote:
Remove rtl.texi references to old RTX code class names
The old names were changed in svn revision
svn+ssh://gcc.gnu.org/svn/gcc/trunk@78824 138bc75d-0d04-0410-961f-82ee72b054a4
but the documentation was not fully updated at the time.
Documentation checked after full build (both .info and .pdf)
Ok for trunk?
2018-08-15 Matthew Malcomson <matthew.malcom...@arm.com>
gcc/
* doc/rtl.texi: Replace old RTX class names with new names.
############### Attachment also inlined for ease of reply ###############
I have no comment on the technical correctness of the patch, but spotted
a couple markup issues:
-@item <
-@itemx c
-@itemx 2
+@item RTX_BIN_ARITH
+@item RTX_COMM_ARITH
+@item RTX_COMM_COMPARE
+@itemx RTX_COMPARE
All codes of these classes have format @code{ee}.
Use @item for the first item in a group, @itemx for all the others.
-@item o
-@itemx m
-@itemx x
+@item RTX_CONST_OBJ
+@item RTX_OBJ
+@itemx RTX_MATCH
+@itemx RTX_EXTRA
You can make no assumptions about the format of these codes.
@end table
Here too.
-Sandra