Re: [llvm-commits] Suggested patch to the Language Reference

2008-01-07 Thread Chris Lattner
Applied, thanks! -Chris http://nondot.org/sabre http://llvm.org On Jan 3, 2008, at 3:16 PM, Alain Frisch <[EMAIL PROTECTED]> wrote: > Hello, > > (Following a discussion on irc.) > > The current version of the Language Reference still mentions integer > types as being primitive. It also fails

[llvm-commits] Suggested patch to the Language Reference: align attribute for load/store

2008-01-07 Thread Alain Frisch
Hello, (Following a discussion on irc.) The attached patch adds to LangRef an explanation for the align attribute on the load/store opeations. -- Alain Index: LangRef.html === --- LangRef.html(revision 45574) +++ LangRe

[llvm-commits] Suggested patch to the Language Reference

2008-01-04 Thread Alain Frisch
Hello, (Following a discussion on irc.) The current version of the Language Reference still mentions integer types as being primitive. It also fails to mention three floating point types. The attached patch (in the docs/ subdir) fixes these issues. -- Alain Index: LangRef.html =