mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-05 11:17:53 +00:00
Fixed spaces and the getelementpointer example with i16 type indices.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3719,7 +3719,7 @@ FAQ</a>.</p>
|
||||
<i>; yields i8*:eptr</i>
|
||||
%eptr = getelementptr [12 x i8]* %aptr, i64 0, i32 1
|
||||
<i>; yields i16*:iptr</i>
|
||||
%iptr = getelementptr [10 x i16]* @arr, i16 0, i16 0
|
||||
%iptr = getelementptr [10 x i32]* @arr, i16 0, i16 0
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user