diff options
author | David Majnemer <david.majnemer@gmail.com> | 2014-07-22 22:12:58 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2014-07-22 22:12:58 +0000 |
commit | 12bb77ddd1ab418fce280d2be5af9a3b6c4295fc (patch) | |
tree | c2d9058b3a85cab4c4b0b15582279546442c682c /llvm/lib/ExecutionEngine | |
parent | f57a430b90985d142a39816a41b9379f9af84de3 (diff) | |
download | bcm5719-llvm-12bb77ddd1ab418fce280d2be5af9a3b6c4295fc.tar.gz bcm5719-llvm-12bb77ddd1ab418fce280d2be5af9a3b6c4295fc.zip |
SBCommunication: Fix a pointer-to-function to void-pointer cast
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
Diffstat (limited to 'llvm/lib/ExecutionEngine')
0 files changed, 0 insertions, 0 deletions