Rename AlignAttribute to IntAttribute
authorHal Finkel <hfinkel@anl.gov>
Fri, 18 Jul 2014 06:51:55 +0000 (06:51 +0000)
committerHal Finkel <hfinkel@anl.gov>
Fri, 18 Jul 2014 06:51:55 +0000 (06:51 +0000)
commitd0261683e8768df25e1c9e8c9cbe46abd74db737
treeb8f4f0b3e9ca03805624115d20661c4aa1651f2c
parenta32c319741faf11f90819ec3a5b2431d8af2ff3a
Rename AlignAttribute to IntAttribute

Currently the only kind of integer IR attributes that we have are alignment
attributes, and so the attribute kind that takes an integer parameter is called
AlignAttr, but that will change (we'll soon be adding a dereferenceable
attribute that also takes an integer value). Accordingly, rename AlignAttribute
to IntAttribute (class names, enums, etc.).

No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213352 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Attributes.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp