[llvm-commits] [llvm] r97144 - /llvm/trunk/docs/LangRef.html
Dan Gohman
gohman at apple.com
Thu Feb 25 08:51:32 PST 2010
Author: djg
Date: Thu Feb 25 10:51:31 2010
New Revision: 97144
URL: http://llvm.org/viewvc/llvm-project?rev=97144&view=rev
Log:
Fix a typo.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=97144&r1=97143&r2=97144&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Thu Feb 25 10:51:31 2010
@@ -1792,7 +1792,7 @@
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
More information about the llvm-commits
mailing list