[Support] Fix the always_inline attribute macro to not include the
authorChandler Carruth <chandlerc@gmail.com>
Thu, 10 Sep 2015 08:29:30 +0000 (08:29 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 10 Sep 2015 08:29:30 +0000 (08:29 +0000)
commit4f4541356bc57704d14ae14415246850d8021e93
tree9cb6213116e55fbaffe29b82fe9b95787c7fc84b
parent2377fe95c6beeba5cbba356fee7fba32257bbce2
[Support] Fix the always_inline attribute macro to not include the
'inline' specifier. That specifier may or may not be valid for a given
function, or it may be required for correct linkage even when the
compiler doesn't support the always_inline attribute.

llvm-svn: 247252
llvm/include/llvm/Support/Compiler.h