From c22c0f37b4897f4e2580b1184556e6cd447f11d2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 17 Jun 2010 19:23:50 +0000 Subject: [PATCH] Minor clarification. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106234 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.34.1