From 69240dfa72d2b5be31106f8c5f2e2b3de53ebea6 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 llvm-svn: 33199 --- llvm/docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index bbc06116f817..16a23f5809ad 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:
"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: