For PR1553:
authorReid Spencer <rspencer@reidspencer.com>
Thu, 19 Jul 2007 23:13:04 +0000 (23:13 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 19 Jul 2007 23:13:04 +0000 (23:13 +0000)
commit9445e9aaa0240a897baf464ff89255acdcc7fbc9
tree1d769c299d5d5b0027b30ac5c301c6ff7613d28f
parent087b72d1bceea0ffe414c0e3d54196aafc7769f8
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40069 91177308-0d34-0410-b5e6-96231b3b80d8
29 files changed:
docs/LangRef.html
lib/AsmParser/Lexer.l
lib/AsmParser/llvmAsmParser.y
lib/VMCore/Function.cpp
test/Assembler/2007-07-19-ParamAttrAmbiguity.ll [new file with mode: 0644]
test/CFrontend/2007-06-18-SextAttrAggregate.c
test/CodeGen/ARM/2007-03-06-AddR7.ll
test/CodeGen/ARM/2007-03-26-RegScavengerAssert.ll
test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
test/CodeGen/ARM/ifcvt8.ll
test/CodeGen/ARM/sxt_rot.ll
test/CodeGen/ARM/uxt_rot.ll
test/CodeGen/Alpha/add.ll
test/CodeGen/Alpha/i32_sub_1.ll
test/CodeGen/Alpha/zapnot.ll
test/CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll
test/CodeGen/PowerPC/and-elim.ll
test/CodeGen/PowerPC/and_sext.ll
test/CodeGen/PowerPC/small-arguments.ll
test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll
test/CodeGen/X86/2007-06-04-tailmerge4.ll
test/CodeGen/X86/trunc-to-bool.ll
test/CodeGen/X86/x86-64-arg.ll
test/CodeGen/X86/x86-64-shortint.ll
test/Feature/paramattrs.ll
test/Integer/paramattrs_bt.ll
test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll
test/Transforms/GlobalOpt/2007-04-05-Crash.ll
test/Transforms/IndVarsSimplify/iterationCount_zext_or_trunc.ll