mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix a typo.
llvm-svn: 97144
This commit is contained in:
parent
a34a47406d
commit
8428b7f9a0
@ -1792,7 +1792,7 @@ Classifications</a> </div>
|
||||
and the alignment requirements of the union as a whole will be the largest
|
||||
alignment requirement of any member.</p>
|
||||
|
||||
<p>Unions members are accessed using '<tt><a href="#i_load">load</a></tt> and
|
||||
<p>Union members are accessed using '<tt><a href="#i_load">load</a></tt> and
|
||||
'<tt><a href="#i_store">store</a></tt>' by getting a pointer to a field with
|
||||
the '<tt><a href="#i_getelementptr">getelementptr</a></tt>' instruction.
|
||||
Since all members are at offset zero, the getelementptr instruction does
|
||||
|
Loading…
x
Reference in New Issue
Block a user