mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
reinterpret_cast may not convert a pointer-to-function to a void-pointer. Take a detour through intptr_t and *then* convert to a pointer-to-function. This fixes a diagnostic emitted by GCC. llvm-svn: 213696