diff options
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index c35d700..5bf0685 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -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 |