1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-svn: 64090
This commit is contained in:
Chris Lattner 2009-02-08 19:59:51 +00:00
parent 803ee40d44
commit 4a31df9488

View File

@ -1563,7 +1563,7 @@ address space where the pointed-to object resides. The default address space is
zero.</p>
<p>Note that LLVM does not permit pointers to void (<tt>void*</tt>) nor does
it permit pointers to labels (<tt>label*</tt>). Use <tt>i8*</aa> intead.</p>
it permit pointers to labels (<tt>label*</tt>). Use <tt>i8*</tt> intead.</p>
<h5>Syntax:</h5>
<pre> &lt;type&gt; *<br></pre>