diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-14 02:54:07 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-14 02:54:07 +0000 |
commit | 5bedaf934faa90687ddea8084dc75351b9dad7f5 (patch) | |
tree | 04714d0d8573f2e6bc07817254f12ccf350b8bef /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | f417ff8f2a2db1b1b1d265536c394b66f6b547aa (diff) | |
download | llvm-5bedaf934faa90687ddea8084dc75351b9dad7f5.zip llvm-5bedaf934faa90687ddea8084dc75351b9dad7f5.tar.gz llvm-5bedaf934faa90687ddea8084dc75351b9dad7f5.tar.bz2 |
PowerPC: 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: 229224
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions