[llvm] 5ee8418 - [Docs][TableGen] Remove ReturnRange from the SearchIndex documentation. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 11:19:58 PST 2025


Author: Craig Topper
Date: 2025-01-03T11:19:23-08:00
New Revision: 5ee8418057646f4640cd1bb60e73f9e5129ea12e

URL: https://github.com/llvm/llvm-project/commit/5ee8418057646f4640cd1bb60e73f9e5129ea12e
DIFF: https://github.com/llvm/llvm-project/commit/5ee8418057646f4640cd1bb60e73f9e5129ea12e.diff

LOG: [Docs][TableGen] Remove ReturnRange from the SearchIndex documentation. NFC

SearchIndex doesn't support ReturnRange. It is only supported for
the primary key.

Added: 
    

Modified: 
    llvm/docs/TableGen/BackEnds.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/TableGen/BackEnds.rst b/llvm/docs/TableGen/BackEnds.rst
index f73269e717184d..94af2e4ab8f5c3 100644
--- a/llvm/docs/TableGen/BackEnds.rst
+++ b/llvm/docs/TableGen/BackEnds.rst
@@ -1071,8 +1071,6 @@ function. This class provides three fields.
 
 * ``bit EarlyOut``. See the third example in `Generic Tables`_.
 
-* ``bit ReturnRange``. See the second example in `Generic Tables`_.
-
 Here is an example of a secondary key added to the ``CTable`` above. The
 generated function looks up entries based on the ``Name`` and ``Kind`` fields.
 


        


More information about the llvm-commits mailing list