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