From: Sergei Trofimovich Date: Mon, 21 Jun 2021 22:39:56 +0000 (+0100) Subject: docs: drop unbalanced parenthesis in rtl.texi X-Git-Tag: basepoints/gcc-13~6583 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83bd60452df732a048de601c45e292a9ccec3514;p=thirdparty%2Fgcc.git docs: drop unbalanced parenthesis in rtl.texi gcc/ChangeLog: * doc/rtl.texi: drop unbalanced parenthesis. --- diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 5af71137a878..e1e76a93a8b7 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -144,7 +144,7 @@ Currently, @file{rtl.def} defines these classes: @item RTX_OBJ An RTX code that represents an actual object, such as a register (@code{REG}) or a memory location (@code{MEM}, @code{SYMBOL_REF}). -@code{LO_SUM}) is also included; instead, @code{SUBREG} and +@code{LO_SUM} is also included; instead, @code{SUBREG} and @code{STRICT_LOW_PART} are not in this class, but in class @code{RTX_EXTRA}.