mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
fix typo
llvm-svn: 64090
This commit is contained in:
parent
803ee40d44
commit
4a31df9488
@ -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> <type> *<br></pre>
|
||||
|
Loading…
Reference in New Issue
Block a user