aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-08-05 18:21:08 +0000
committerChris Lattner <sabre@nondot.org>2008-08-05 18:21:08 +0000
commit6a9f3c405d6c95b8b741925ac18abbc6377db85a (patch)
treea92afa70fe06075db9aa7a65b57bb54f84fcf6e8
parent288977958c669c861c2db3693b257f790973551b (diff)
downloadexternal_llvm-6a9f3c405d6c95b8b741925ac18abbc6377db85a.tar.gz
external_llvm-6a9f3c405d6c95b8b741925ac18abbc6377db85a.tar.bz2
external_llvm-6a9f3c405d6c95b8b741925ac18abbc6377db85a.zip
Capitalize LLVM, suggested by Walt Pawley
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54360 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 06b886897f..e6c94ca16f 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -849,7 +849,7 @@ declare i32 @atoi(i8*) nounwind readonly
<dd>This indicates that the pointer parameter should really be passed by
value to the function. The attribute implies that a hidden copy of the
pointee is made between the caller and the callee, so the callee is unable
- to modify the value in the callee. This attribute is only valid on llvm
+ to modify the value in the callee. This attribute is only valid on LLVM
pointer arguments. It is generally used to pass structs and arrays by
value, but is also valid on scalars (even though this is silly).</dd>
@@ -997,7 +997,7 @@ are given in this list:</p>
<li><tt>v128:128:128</tt> - 128-bit vector is 128-bit aligned</li>
<li><tt>a0:0:1</tt> - aggregates are 8-bit aligned</li>
</ul>
-<p>When llvm is determining the alignment for a given type, it uses the
+<p>When LLVM is determining the alignment for a given type, it uses the
following rules:
<ol>
<li>If the type sought is an exact match for one of the specifications, that