diff --git a/docs/LangRef.html b/docs/LangRef.html index dc6d7f2dae1..298f35b9165 100644 --- 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.
Note that LLVM does not permit pointers to void (void*) nor does -it permit pointers to labels (label*). Use i8* intead.
+it permit pointers to labels (label*). Use i8* intead.<type> *