From c3f02abe2b7291c25552cea756b51ca2f9c175c9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Feb 2009 22:21:28 +0000 Subject: [PATCH] I can't type today apparently. llvm-svn: 64097 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> *