Index: docs/tutorial/LangImpl6.html ==================================================================--- docs/tutorial/LangImpl6.html (revision 105365) +++ docs/tutorial/LangImpl6.html (working copy) @@ -531,7 +531,7 @@ def unary-(v) 0-v; -# Define > with the same precedence as >. +# Define > with the same precedence as <. def binary> 10 (LHS RHS) RHS < LHS; Index: docs/tutorial/OCamlLangImpl6.html ==================================================================--- docs/tutorial/OCamlLangImpl6.html (revision 105365) +++ docs/tutorial/OCamlLangImpl6.html (working copy) @@ -512,7 +512,7 @@ def unary-(v) 0-v; -# Define > with the same precedence as >. +# Define > with the same precedence as <. def binary> 10 (LHS RHS) RHS < LHS;
Applied in r106468, thanks! -Chris On Jun 2, 2010, at 5:23 PM, Adam Warner wrote:> Index: docs/tutorial/LangImpl6.html > ==================================================================> --- docs/tutorial/LangImpl6.html (revision 105365) > +++ docs/tutorial/LangImpl6.html (working copy) > @@ -531,7 +531,7 @@ > def unary-(v) > 0-v; > > -# Define > with the same precedence as >. > +# Define > with the same precedence as <. > def binary> 10 (LHS RHS) > RHS < LHS; > > Index: docs/tutorial/OCamlLangImpl6.html > ==================================================================> --- docs/tutorial/OCamlLangImpl6.html (revision 105365) > +++ docs/tutorial/OCamlLangImpl6.html (working copy) > @@ -512,7 +512,7 @@ > def unary-(v) > 0-v; > > -# Define > with the same precedence as >. > +# Define > with the same precedence as <. > def binary> 10 (LHS RHS) > RHS < LHS; > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
On Mon, 21 Jun 2010 15:31:57 -0500, Chris Lattner <clattner at apple.com> wrote:> Applied in r106468, thanks! > > -ChrisI think there's a few bugs left in the Kaleidoscope tutorial -- I noticed somebody converted some of the "Builder.CreateAdd" to CreateFAdd, etc., but there seem to be a few that got missed. Attached diff is what I could find... Kevin Kelley -------------- next part -------------- A non-text attachment was scrubbed... Name: Kaleidoscope-fadd.diff Type: application/octet-stream Size: 2266 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100621/e6d2d417/attachment.obj>