| commit | 003bb7d96ea1fe1f7e4c4cc105818b5cb6b04db4 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sat Feb 14 02:09:06 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sat Feb 14 02:09:06 2015 +0000 |
| tree | eb3831a95afb5c41afdf5c4006f69ca195f2296b | |
| parent | 0ef7a2a2506ee1107ab24ac566ba7d3f3aa20c2d [diff] |
AArch64: 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: 229218