mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Fix a typo (the the => the)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3864,7 +3864,7 @@ is its address (after linking) which is guaranteed to be constant.</p>
|
||||
*Ty, LinkageTypes Linkage, const std::string &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
|
||||
the program. The constructor must specify the type of the function to
|
||||
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
|
||||
|
Reference in New Issue
Block a user