mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 12:24:34 +00:00
Fix a typo noticed by Gordon Henriksen. Thanks!
llvm-svn: 29597
This commit is contained in:
parent
0f80d9e432
commit
2cc0b2ef67
@ -164,7 +164,7 @@
|
||||
<ul>
|
||||
<li> idx1 = &MyVar + 0</li>
|
||||
<li> idx2 = &MyVar + 4</li>
|
||||
<li> idx3 = &MyVar = 8</li>
|
||||
<li> idx3 = &MyVar + 8</li>
|
||||
</ul>
|
||||
<p>Since the type <tt>int</tt> is known to be four bytes long, the indices
|
||||
0, 1 and 2 translate into memory offsets of 0, 4, and 8, respectively. No
|
||||
|
Loading…
x
Reference in New Issue
Block a user