[llvm-commits] [llvm] r64090 - /llvm/trunk/docs/LangRef.html
Tomas Lindquist Olsen
tomas.l.olsen at gmail.com
Sun Feb 8 14:07:51 PST 2009
On Sun, Feb 8, 2009 at 8:59 PM, Chris Lattner <sabre at nondot.org> wrote:
> Author: lattner
> Date: Sun Feb 8 13:59:51 2009
> New Revision: 64090
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64090&view=rev
> Log:
> fix typo
>
> Modified:
> llvm/trunk/docs/LangRef.html
>
> Modified: llvm/trunk/docs/LangRef.html
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=64090&r1=64089&r2=64090&view=diff
>
> ==============================================================================
> --- llvm/trunk/docs/LangRef.html (original)
> +++ llvm/trunk/docs/LangRef.html Sun Feb 8 13:59:51 2009
> @@ -1563,7 +1563,7 @@
> 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*</aa> intead.</p>
> +it permit pointers to labels (<tt>label*</tt>). Use <tt>i8*</tt> intead.</p>
intead ?
>
> <h5>Syntax:</h5>
> <pre> <type> *<br></pre>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list