mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 23:26:25 +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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user