[PATCH] Add missing "[unnamed_addr]" to LangRef.rst#functions.

Manuel Jacob me at manueljacob.de
Tue Mar 4 21:05:03 PST 2014


http://llvm-reviews.chandlerc.com/D2958

Files:
  docs/LangRef.rst

Index: docs/LangRef.rst
===================================================================
--- docs/LangRef.rst
+++ docs/LangRef.rst
@@ -663,7 +663,7 @@
     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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2958.1.patch
Type: text/x-patch
Size: 480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140304/50c5e4a0/attachment.bin>


More information about the llvm-commits mailing list