diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-06-25 21:42:38 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2024-06-25 21:43:39 +0800 |
commit | d27049a38a4c07fa1e662ffd66df3f15d330503f (patch) | |
tree | b249f64dd3e056cd07f2c6736c21190c76f5fc7c | |
parent | b6215065a5b14317a342176d5304ecaea3163639 (diff) | |
download | gcc-d27049a38a4c07fa1e662ffd66df3f15d330503f.zip gcc-d27049a38a4c07fa1e662ffd66df3f15d330503f.tar.gz gcc-d27049a38a4c07fa1e662ffd66df3f15d330503f.tar.bz2 |
doc: gccint: Fix typos in jump_table_data description
gcc/ChangeLog:
* doc/rtl.texi (jump_table_data): Fix typos.
-rw-r--r-- | gcc/doc/rtl.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index c1717ab..a1ede41 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -3872,8 +3872,8 @@ To set the kind of a label, use the @code{SET_LABEL_KIND} macro. @item jump_table_data A @code{jump_table_data} insn is a placeholder for the jump-table data of a @code{casesi} or @code{tablejump} insn. They are placed after -a @code{tablejump_p} insn. A @code{jump_table_data} insn is not part o -a basic blockm but it is associated with the basic block that ends with +a @code{tablejump_p} insn. A @code{jump_table_data} insn is not part of +a basic block but it is associated with the basic block that ends with the @code{tablejump_p} insn. The @code{PATTERN} of a @code{jump_table_data} is always either an @code{addr_vec} or an @code{addr_diff_vec}, and a @code{jump_table_data} insn is always preceded by a @code{code_label}. |