llvm-6502/lib/Analysis/IPA
Duncan P. N. Exon Smith efd49ea0d2 Analysis: Canonicalize access to function attributes, NFC
Canonicalize access to function attributes to use the simpler API.

getAttributes().getAttribute(AttributeSet::FunctionIndex, Kind)
  => getFnAttribute(Kind)

getAttributes().hasAttribute(AttributeSet::FunctionIndex, Kind)
  => hasFnAttribute(Kind)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229192 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-14 00:12:15 +00:00
..
CallGraph.cpp
CallGraphSCCPass.cpp [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
CallPrinter.cpp
CMakeLists.txt
GlobalsModRef.cpp
InlineCost.cpp Analysis: Canonicalize access to function attributes, NFC 2015-02-14 00:12:15 +00:00
IPA.cpp
LLVMBuild.txt
Makefile