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)
commite15442c8aa8df1a99f1aaaa34d672466c35c001e
tree66dad3414dc0b2d77ffbfbfc3d02810972928ef2
parent3dd43fc75dc36504ee7a891550f27500866c40b6
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.

llvm-svn: 213352
llvm/include/llvm/IR/Attributes.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/IR/AttributeImpl.h
llvm/lib/IR/Attributes.cpp