forked from OSchip/llvm-project
Add missing "[unnamed_addr]" to LangRef.rst#functions.
Patch by Manuel Jacob. llvm-svn: 203197
This commit is contained in:
parent
96d1510c61
commit
84c76ae6c7
|
@ -663,7 +663,7 @@ Syntax::
|
||||||
define [linkage] [visibility] [DLLStorageClass]
|
define [linkage] [visibility] [DLLStorageClass]
|
||||||
[cconv] [ret attrs]
|
[cconv] [ret attrs]
|
||||||
<ResultType> @<FunctionName> ([argument list])
|
<ResultType> @<FunctionName> ([argument list])
|
||||||
[fn Attrs] [section "name"] [align N]
|
[unnamed_addr] [fn Attrs] [section "name"] [align N]
|
||||||
[gc] [prefix Constant] { ... }
|
[gc] [prefix Constant] { ... }
|
||||||
|
|
||||||
.. _langref_aliases:
|
.. _langref_aliases:
|
||||||
|
|
Loading…
Reference in New Issue