[llvm-commits] [llvm] r40069 - in /llvm/trunk: docs/ lib/AsmParser/ lib/VMCore/ test/ test/Assembler/ test/CFrontend/ test/CodeGen/ARM/ test/CodeGen/Alpha/ test/CodeGen/PowerPC/ test/CodeGen/X86/ test/Feature/ test/Integer/ test/Transforms/GVNPRE/ test/Transforms/GlobalOpt/ test/Transforms/IndVarsSimplify/

Chris Lattner clattner at apple.com
Thu Jul 19 20:32:43 PDT 2007


On Jul 19, 2007, at 4:13 PM, Reid Spencer wrote:

> Author: reid
> Date: Thu Jul 19 18:13:04 2007
> New Revision: 40069
>
> URL: http://llvm.org/viewvc/llvm-project?rev=40069&view=rev
> Log:
> For PR1553:
> Change the keywords for the zext and sext parameter attributes to be
> zeroext and signext so they don't conflict with the keywords for the
> instructions of the same name. This gets around the ambiguity.

Thanks Reid!

Shouldn't the .ll parser autoupgrade llvm 2.0 .ll files?

-Chris



More information about the llvm-commits mailing list