mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix grammaro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30794269d5
commit
0a4bbbf62f
@ -2142,7 +2142,7 @@ return value.</p>
|
||||
<pre>
|
||||
ret i32 5 <i>; Return an integer value of 5</i>
|
||||
ret void <i>; Return from a void function</i>
|
||||
ret { i32, i8 } { i32 4, i8 2 } <i>; Return an struct of values 4 and 2</i>
|
||||
ret { i32, i8 } { i32 4, i8 2 } <i>; Return a struct of values 4 and 2</i>
|
||||
</pre>
|
||||
|
||||
<p>Note that the code generator does not yet fully support large
|
||||
|
Loading…
Reference in New Issue
Block a user