On Jul 30, 2007, at 7:57 PM, Reid Spencer wrote:
> Make the AsmParser auto-upgrade the old zext and sext
> keywords for parameter attributes and handle the
> end-of-line ambiguity.
> +sext{WSNL}      { // For auto-upgrade only, drop in LLVM 3.0
> +                  return SIGNEXT; }
> +zext{WSNL}      { // For auto-upgrade only, drop in LLVM 3.0
> +                  return ZEROEXT; }

Wow, very clever Reid.  Thanks for tackling this!

-Chris


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to