From 83bd60452df732a048de601c45e292a9ccec3514 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 21 Jun 2021 23:39:56 +0100 Subject: [PATCH] docs: drop unbalanced parenthesis in rtl.texi gcc/ChangeLog: * doc/rtl.texi: drop unbalanced parenthesis. --- gcc/doc/rtl.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. -- 2.47.2