diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-14 00:12:15 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-14 00:12:15 +0000 |
commit | b3fc83c40344f5ec4b0c0a09478bb0d3048c59a6 (patch) | |
tree | d881cac3563cc32839c51453fad64c2effcaf57b /llvm/lib/Analysis/LibCallSemantics.cpp | |
parent | b2a5fa98e4dca6b4270c4a037ee51d00401c79a1 (diff) | |
download | bcm5719-llvm-b3fc83c40344f5ec4b0c0a09478bb0d3048c59a6.tar.gz bcm5719-llvm-b3fc83c40344f5ec4b0c0a09478bb0d3048c59a6.zip |
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)
llvm-svn: 229192
Diffstat (limited to 'llvm/lib/Analysis/LibCallSemantics.cpp')
0 files changed, 0 insertions, 0 deletions