summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-14 06:29:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-14 06:29:54 +0000
commit69240dfa72d2b5be31106f8c5f2e2b3de53ebea6 (patch)
treeb125fe699dd165af41baaafe8d4fca17030b9539 /llvm/docs/LangRef.html
parent8c51bf5bf6699e0ad6b032302b84c9ceb7f02b54 (diff)
downloadbcm5719-llvm-69240dfa72d2b5be31106f8c5f2e2b3de53ebea6.tar.gz
bcm5719-llvm-69240dfa72d2b5be31106f8c5f2e2b3de53ebea6.zip
Fix an incorrect conversion of int -> i32
llvm-svn: 33199
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index bbc06116f81..16a23f5809a 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -440,7 +440,7 @@ All Global Variables and Functions have one of the following types of linkage:
<dd>"<tt>weak</tt>" linkage is exactly the same as <tt>linkonce</tt> linkage,
except that unreferenced <tt>weak</tt> globals may not be discarded. This is
- used to implement constructs in C such as "<tt>i32 X;</tt>" at global scope.
+ used to implement constructs in C such as "<tt>int X;</tt>" at global scope.
</dd>
<dt><tt><b><a name="linkage_appending">appending</a></b></tt>: </dt>
OpenPOWER on IntegriCloud