Skip to content

Commit 5ee8418

Browse files
committed
[Docs][TableGen] Remove ReturnRange from the SearchIndex documentation. NFC
SearchIndex doesn't support ReturnRange. It is only supported for the primary key.
1 parent 34d2c3b commit 5ee8418

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/docs/TableGen/BackEnds.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,8 +1071,6 @@ function. This class provides three fields.
10711071

10721072
* ``bit EarlyOut``. See the third example in `Generic Tables`_.
10731073

1074-
* ``bit ReturnRange``. See the second example in `Generic Tables`_.
1075-
10761074
Here is an example of a secondary key added to the ``CTable`` above. The
10771075
generated function looks up entries based on the ``Name`` and ``Kind`` fields.
10781076

0 commit comments

Comments
 (0)