[llvm-commits] [llvm] r106234 - /llvm/trunk/docs/LangRef.html

Dan Gohman gohman at apple.com
Thu Jun 17 12:23:51 PDT 2010


Author: djg
Date: Thu Jun 17 14:23:50 2010
New Revision: 106234

URL: http://llvm.org/viewvc/llvm-project?rev=106234&view=rev
Log:
Minor clarification.

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=106234&r1=106233&r2=106234&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Thu Jun 17 14:23:50 2010
@@ -1389,7 +1389,7 @@
 <p>LLVM IR does not associate types with memory. The result type of a
 <tt><a href="#i_load">load</a></tt> merely indicates the size and
 alignment of the memory from which to load, as well as the
-interpretation of the value. The first operand of a
+interpretation of the value. The first operand type of a
 <tt><a href="#i_store">store</a></tt> similarly only indicates the size
 and alignment of the store.</p>
 





More information about the llvm-commits mailing list