mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Add documentation for the attribute "no-jump-tables"
llvm-svn: 309445
This commit is contained in:
parent
5ecc6dbfd3
commit
02c3eccc44
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user