diff options
| author | Sumanth Gundapaneni <sgundapa@codeaurora.org> | 2017-07-28 22:26:22 +0000 |
|---|---|---|
| committer | Sumanth Gundapaneni <sgundapa@codeaurora.org> | 2017-07-28 22:26:22 +0000 |
| commit | 6af104e4185ee80199df1e994d48003a35af8435 (patch) | |
| tree | 6044d559c5899218ac8761c387f8cdd1b1da7578 | |
| parent | 8d50a50e986a76aa433aabd4fc22bc72c327f5b0 (diff) | |
| download | bcm5719-llvm-6af104e4185ee80199df1e994d48003a35af8435.tar.gz bcm5719-llvm-6af104e4185ee80199df1e994d48003a35af8435.zip | |
Add documentation for the attribute "no-jump-tables"
llvm-svn: 309445
| -rw-r--r-- | llvm/docs/LangRef.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 78150bcac61..b074daef0bf 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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 |

