From 4580e529f9f7038f91735b20bbbca384902574b9 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 14 Jan 2007 06:29:54 +0000 Subject: [PATCH] Fix an incorrect conversion of int -> i32 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33199 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 bbc06116f81..16a23f5809a 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -440,7 +440,7 @@ All Global Variables and Functions have one of the following types of linkage:
"weak" linkage is exactly the same as linkonce linkage, except that unreferenced weak globals may not be discarded. This is - used to implement constructs in C such as "i32 X;" at global scope. + used to implement constructs in C such as "int X;" at global scope.
appending: