[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)
commitcfffa6e06aabd5cea3f9ab8d31517bfc42fb365c
tree945920b0cfd6f68b7435f0915ffdb143d2b84e49
parentaa69dede3582f0de67bb1aa08088fe549d32bff0
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247252 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h