Add methods which query for the specific attribute instead of using the
authorBill Wendling <isanbard@gmail.com>
Wed, 3 Oct 2012 17:54:26 +0000 (17:54 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 3 Oct 2012 17:54:26 +0000 (17:54 +0000)
commit847d165459a8d4c30b57c896c7a7e2722f800f82
treea29777fe7db5cc87e93294a8c885722c2c0be44b
parent565ebde5fea42789c7df8a49ce1e270d49d525a1
Add methods which query for the specific attribute instead of using the
enums. This allows for better encapsulation of the Attributes class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165132 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
include/llvm/Support/CallSite.h
lib/Target/ARM/ARMFastISel.cpp
lib/Target/X86/X86FastISel.cpp
lib/VMCore/Instructions.cpp