]> granicus.if.org Git - llvm/commit
Make sure attribute kind and attributes are named respectively Kind and Attr consiste...
authorAmaury Sechet <deadalnix@gmail.com>
Tue, 14 Jun 2016 20:27:35 +0000 (20:27 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Tue, 14 Jun 2016 20:27:35 +0000 (20:27 +0000)
commit3564e5c13d965b5963e1dd4c8608dbe9ebef42f2
treeae73f8f977c53ea215d38c724b449f8fedb35ac4
parent84225d2d9e7340e7b37073659d8741c1574bcab0
Make sure attribute kind and attributes are named respectively Kind and Attr consistently. Historically they used to be the same the terminology is very confused in the codebase. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272704 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Attributes.h
include/llvm/IR/CallSite.h
include/llvm/IR/Function.h
include/llvm/IR/Instructions.h
lib/IR/Attributes.cpp
lib/IR/Function.cpp
lib/IR/Instructions.cpp