projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cdadd8
)
I can't type today apparently.
author
Chris Lattner
<sabre@nondot.org>
Sun, 8 Feb 2009 22:21:28 +0000
(22:21 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 8 Feb 2009 22:21:28 +0000
(22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64097
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 298f35b9165a9373b1d5b71d8af39174e512e2e4..b7c7f1b54647e801541299e4a1f986415b8c8e90 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-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*</tt> intead.</p>
+it permit pointers to labels (<tt>label*</tt>). Use <tt>i8*</tt> in
s
tead.</p>
<h5>Syntax:</h5>
<pre> <type> *<br></pre>