Use static_cast instead of reinterpret_cast for casting void*.
authorDan Gohman <gohman@apple.com>
Sat, 21 Jun 2008 20:17:03 +0000 (20:17 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 21 Jun 2008 20:17:03 +0000 (20:17 +0000)
commit933e51c5e3b9db7b0deebcbca387c86cb3b7cb3b
tree6c3e96c81489379a7728ee0290099d3bd98f265e
parent629c1a3f78494d0dd769fe82bd2bd17df0555843
Use static_cast instead of reinterpret_cast for casting void*.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52592 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITMemoryManager.cpp
lib/System/Mutex.cpp