summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-08-04 05:10:48 +0000
committerChris Lattner <sabre@nondot.org>2004-08-04 05:10:48 +0000
commite99bec7f9b7dc85fb146985a7b26bfaa7037ae3a (patch)
treee43320d02b8b044205f53351c0ad7fbfc3504295 /llvm/docs/ProgrammersManual.html
parent3e650aff8b015fd3b696180e2124ac8e91d39ca3 (diff)
downloadbcm5719-llvm-e99bec7f9b7dc85fb146985a7b26bfaa7037ae3a.tar.gz
bcm5719-llvm-e99bec7f9b7dc85fb146985a7b26bfaa7037ae3a.zip
Fix linkage types
llvm-svn: 15464
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index 04f0c4f4864..f3a5891b152 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -1371,12 +1371,12 @@ is its address (after linking) which is guaranteed to be constant.</p>
<ul>
<li><tt>Function(const </tt><tt><a href="#FunctionType">FunctionType</a>
- *Ty, bool isInternal, const std::string &amp;N = "", Module* Parent = 0)</tt>
+ *Ty, LinkageTypes Linkage, const std::string &amp;N = "", Module* Parent = 0)</tt>
<p>Constructor used when you need to create new <tt>Function</tt>s to add
the the program. The constructor must specify the type of the function to
- create and whether or not it should start out with internal or external
- linkage. The&nbsp;<a href="#FunctionType"><tt>FunctionType</tt></a> argument
+ create and what type of linkage the function should have. The <a
+ href="#FunctionType"><tt>FunctionType</tt></a> argument
specifies the formal arguments and return value for the function. The same
<a href="#FunctionTypel"><tt>FunctionType</tt></a> value can be used to
create multiple functions. The <tt>Parent</tt> argument specifies the Module
OpenPOWER on IntegriCloud