Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribute instea...
authorBill Wendling <isanbard@gmail.com>
Sat, 22 Dec 2012 00:37:52 +0000 (00:37 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 22 Dec 2012 00:37:52 +0000 (00:37 +0000)
commit629fb82419d9bfff6ae475363bcce66192dfcc8e
tree8ec184d15af2c37f00ead25dd271cdef536e0e22
parent9679a04da65b33037abac50a54884bb9b7b73698
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribute instead of the value of the attribute.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170972 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
include/llvm/Function.h
include/llvm/Instructions.h
include/llvm/Support/CallSite.h
lib/Transforms/Utils/BuildLibCalls.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/VMCore/Attributes.cpp
lib/VMCore/Instructions.cpp
utils/TableGen/IntrinsicEmitter.cpp