Adorn __call_once_proxy with inline and _LIBCPP_INLINE_VISIBILITY

As per discussion with mclow and EricWF on irc, this is small and
simple enough to deserve being inlined.

llvm-svn: 291497
This commit is contained in:
Justin Bogner 2017-01-09 23:07:12 +00:00
parent 817c9d66f0
commit 603715c66b

View File

@ -559,6 +559,7 @@ public:
#endif
template <class _Fp>
inline _LIBCPP_INLINE_VISIBILITY
void
__call_once_proxy(void* __vp)
{