mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix a grammaro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3080,7 +3080,7 @@ the <tt>lib/VMCore</tt> directory.</p>
|
||||
<dt><tt><a name="FunctionType">FunctionType</a></tt></dt>
|
||||
<dd>Subclass of DerivedTypes for function types.
|
||||
<ul>
|
||||
<li><tt>bool isVarArg() const</tt>: Returns true if its a vararg
|
||||
<li><tt>bool isVarArg() const</tt>: Returns true if it's a vararg
|
||||
function</li>
|
||||
<li><tt> const Type * getReturnType() const</tt>: Returns the
|
||||
return type of the function.</li>
|
||||
|
Reference in New Issue
Block a user