diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-14 02:45:45 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-14 02:45:45 +0000 |
commit | 8480c87ce6a7ca543ece1d583a598294e049498c (patch) | |
tree | d88aff71d3d04ef1324b011f2d6148ee59c9e8a7 /llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | |
parent | 2e7531435236b836395ace040a83ff501290e764 (diff) | |
download | bcm5719-llvm-8480c87ce6a7ca543ece1d583a598294e049498c.tar.gz bcm5719-llvm-8480c87ce6a7ca543ece1d583a598294e049498c.zip |
R600: 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: 229222
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions