diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-17 21:14:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-17 21:14:28 +0000 |
commit | 0c542ff13fd8ccf80701290e3d3f370a4d6b5828 (patch) | |
tree | 5e1107b45b5975a307f4589b386fe8e262900cc5 /docs/LangRef.html | |
parent | 3ddd717f173c70936ebf5ddd8b30d9ca83c94bde (diff) | |
download | external_llvm-0c542ff13fd8ccf80701290e3d3f370a4d6b5828.zip external_llvm-0c542ff13fd8ccf80701290e3d3f370a4d6b5828.tar.gz external_llvm-0c542ff13fd8ccf80701290e3d3f370a4d6b5828.tar.bz2 |
end sentence in period, draw attention to the fact that you should
only do this if you are a crazy russian hacker. ;-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76241 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 4885a84..2584073 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1110,7 +1110,8 @@ red zone, even if the target-specific ABI normally permits it. <dd>This attributes disables implicit floating point instructions.</dd> <dt><tt>naked</tt></dt> -<dd>This attribute disables prologue / epilogue emission for the function</dd> +<dd>This attribute disables prologue / epilogue emission for the function. +This can have very system-specific consequences.</dd> </dl> |