From: Chris Lattner Date: Sun, 8 Feb 2009 22:21:28 +0000 (+0000) Subject: I can't type today apparently. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e220e8cc070db27c4a6259e951fc93538a824d61;p=oota-llvm.git I can't type today apparently. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64097 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 298f35b9165..b7c7f1b5464 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* instead.

Syntax:
  <type> *