diff options
Diffstat (limited to 'llvm/docs/GlobalISel.rst')
-rw-r--r-- | llvm/docs/GlobalISel.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/GlobalISel.rst b/llvm/docs/GlobalISel.rst index 176bd4edea3..52ca9a02ba5 100644 --- a/llvm/docs/GlobalISel.rst +++ b/llvm/docs/GlobalISel.rst @@ -633,5 +633,3 @@ Additionally: * ``TargetPassConfig`` --- create the passes constituting the pipeline, including additional passes not included in the :ref:`pipeline`. -* ``GISelAccessor`` --- setup the various subtarget-provided classes, with a - graceful fallback to no-op when GlobalISel isn't enabled. |