From: Dan Gohman Date: Thu, 17 Jun 2010 19:23:50 +0000 (+0000) Subject: Minor clarification. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c22c0f37b4897f4e2580b1184556e6cd447f11d2;p=oota-llvm.git Minor clarification. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106234 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 2d89b71ec41..32f143a93ae 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1389,7 +1389,7 @@ according to the following rules:

LLVM IR does not associate types with memory. The result type of a load 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 store similarly only indicates the size and alignment of the store.