diff options
author | Sergei Trofimovich <siarheit@google.com> | 2021-06-21 23:39:56 +0100 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2021-06-22 18:03:46 +0100 |
commit | 83bd60452df732a048de601c45e292a9ccec3514 (patch) | |
tree | 17621100825f7f33761900c443e479725b0aecf2 /gcc | |
parent | b4e21c80462682c4e6e5e487fe87107b27f8b4bd (diff) | |
download | gcc-83bd60452df732a048de601c45e292a9ccec3514.zip gcc-83bd60452df732a048de601c45e292a9ccec3514.tar.gz gcc-83bd60452df732a048de601c45e292a9ccec3514.tar.bz2 |
docs: drop unbalanced parenthesis in rtl.texi
gcc/ChangeLog:
* doc/rtl.texi: drop unbalanced parenthesis.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/rtl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 5af7113..e1e76a9 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}. |