mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 05:25:50 -04:00
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:
parent
817c9d66f0
commit
603715c66b
@ -559,6 +559,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
template <class _Fp>
|
template <class _Fp>
|
||||||
|
inline _LIBCPP_INLINE_VISIBILITY
|
||||||
void
|
void
|
||||||
__call_once_proxy(void* __vp)
|
__call_once_proxy(void* __vp)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user