diff options
author | Jan Hubicka <jh@suse.cz> | 2002-05-30 20:28:56 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2002-05-30 18:28:56 +0000 |
commit | c8ea9a0f1d8b83b4e8692f450df9da5de0714118 (patch) | |
tree | 9e1cdb7bb52fd56d7d73e3d3f91b644d3a435450 /gcc/doc/rtl.texi | |
parent | 8abbd76ae107be43d0b8b8524c018761a95e0ec3 (diff) | |
download | gcc-c8ea9a0f1d8b83b4e8692f450df9da5de0714118.zip gcc-c8ea9a0f1d8b83b4e8692f450df9da5de0714118.tar.gz gcc-c8ea9a0f1d8b83b4e8692f450df9da5de0714118.tar.bz2 |
gengenrtl.c (type_from_format, [...]): Support 'B'.
* gengenrtl.c (type_from_format, accessor_from_format): Support 'B'.
* rtl.texi: Document 'B'
From-SVN: r54062
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index bf90a7b..abeba3c 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -243,6 +243,9 @@ core, @samp{V} is equivalent to @samp{E}, but when the object is read from an @samp{md} file, the vector value of this operand may be omitted. An omitted vector is effectively the same as a vector of no elements. +@item B +@samp{B} indicates a pointer to basic block strucure. + @item 0 @samp{0} means a slot whose contents do not fit any normal category. @samp{0} slots are not printed at all in dumps, and are often used in |