summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r--llvm/docs/LangRef.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 3aab326e18c..c6c2cdff257 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -1452,13 +1452,6 @@ example:
``naked``
This attribute disables prologue / epilogue emission for the
function. This can have very system-specific consequences.
-``"no-inline-line-tables"``
- When this attribute is set to true, the inliner discards source locations
- when inlining code and instead uses the source location of the call site.
- Breakpoints set on code that was inlined into the current function will
- not fire during the execution of the inlined call sites. If the debugger
- stops inside an inlined call site, it will appear to be stopped at the
- outermost inlined call site.
``no-jump-tables``
When this attribute is set to true, the jump tables and lookup tables that
can be generated from a switch case lowering are disabled.
OpenPOWER on IntegriCloud