From 2286bba978cf6497fa9b88e7676a657de3126236 Mon Sep 17 00:00:00 2001 From: Sumanth Gundapaneni Date: Fri, 28 Jul 2017 22:26:22 +0000 Subject: [PATCH] Add documentation for the attribute "no-jump-tables" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309445 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 78150bcac61..b074daef0bf 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -1381,6 +1381,9 @@ example: ``naked`` This attribute disables prologue / epilogue emission for the function. This can have very system-specific consequences. +``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. ``nobuiltin`` This indicates that the callee function at a call site is not recognized as a built-in function. LLVM will retain the original call and not replace it -- 2.11.0