OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60df7f
)
fix typo, patch by Jonathan Brandmeyer!
author
Chris Lattner
<sabre@nondot.org>
Mon, 9 Feb 2009 10:00:56 +0000
(10:00 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 9 Feb 2009 10:00:56 +0000
(10:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64132
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index
ada3eac
..
ff71e37
100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-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>