mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
Add missing "[unnamed_addr]" to LangRef.rst#functions.
Patch by Manuel Jacob. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b102527fa
commit
40e107d960
@ -663,7 +663,7 @@ Syntax::
|
||||
define [linkage] [visibility] [DLLStorageClass]
|
||||
[cconv] [ret attrs]
|
||||
<ResultType> @<FunctionName> ([argument list])
|
||||
[fn Attrs] [section "name"] [align N]
|
||||
[unnamed_addr] [fn Attrs] [section "name"] [align N]
|
||||
[gc] [prefix Constant] { ... }
|
||||
|
||||
.. _langref_aliases:
|
||||
|
Loading…
Reference in New Issue
Block a user