1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

fix typo, patch by Jonathan Brandmeyer!

llvm-svn: 64132
This commit is contained in:
Chris Lattner 2009-02-09 10:00:56 +00:00
parent a55da8836c
commit 62e48b2e3b

View File

@ -1677,7 +1677,7 @@ pointer to any of the types it is lexically a member of. Example of up
references (with their equivalent as named type declarations) include:</p>
<pre>
{ \2 * } %x = type { %t* }
{ \2 * } %x = type { %x* }
{ \2 }* %y = type { %y }*
\1* %z = type %z*
</pre>