mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix indentation problem starting at GEP.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31603 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9cab56d59e
commit
47ce179995
@ -2683,6 +2683,8 @@ at the location specified by the '<tt><pointer></tt>' operand.</p>
|
||||
href="#i_store">store</a> int 3, int* %ptr <i>; yields {void}</i>
|
||||
%val = load int* %ptr <i>; yields {int}:val = int 3</i>
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
<div class="doc_subsubsection">
|
||||
<a name="i_getelementptr">'<tt>getelementptr</tt>' Instruction</a>
|
||||
@ -2795,8 +2797,8 @@ FAQ</a>.</p>
|
||||
<i>; yields [12 x ubyte]*:aptr</i>
|
||||
%aptr = getelementptr {int, [12 x ubyte]}* %sptr, long 0, uint 1
|
||||
</pre>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection"> <a name="convertops">Conversion Operations</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user