mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 08:51:43 +00:00
Fix an incorrect conversion of int -> i32
llvm-svn: 33199
This commit is contained in:
parent
f43ad084b8
commit
f5a1a8e8f0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user