Add a convenience method for modifying parameter
authorDuncan Sands <baldrick@free.fr>
Fri, 30 Nov 2007 18:19:18 +0000 (18:19 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 30 Nov 2007 18:19:18 +0000 (18:19 +0000)
commit757d243167a52fef433146be11fa1462f6468270
treeaa3c16399f7b2fdb1556a69aef681da2ff8d4678
parenta8b974648f9d8bacc43280653dc654c9120d05ca
Add a convenience method for modifying parameter
attributes.  While there, I noticed that not all
attribute methods returned a pointer-to-constant,
so I fixed that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44457 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ParameterAttributes.h
lib/AsmParser/llvmAsmParser.y
lib/VMCore/Function.cpp
tools/llvm-upgrade/UpgradeParser.y