[llvm-commits] [Review] Attributes Documentation
Bill Wendling
wendling at apple.com
Tue Dec 4 15:47:07 PST 2012
On Dec 4, 2012, at 2:56 PM, Bill Wendling <wendling at apple.com> wrote:
> Hi all,
>
> This is the language reference patch for the new attributes rewrite. Please review and give feedback!
>
One change: The syntax for the attributes is this:
attributes #0 = { a1 a2 a3 }
instead of this:
attributes #0 = { a1, a2, a3 }
The comma was superfluous and didn't aide parsing at all.
-bw
More information about the llvm-commits
mailing list