[Kaleidoscope] Fix incorrect use of reinterpret_cast.
authorLang Hames <lhames@gmail.com>
Wed, 22 Apr 2015 20:58:34 +0000 (20:58 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 22 Apr 2015 20:58:34 +0000 (20:58 +0000)
commit62682bceb3a3291e26bb5958a5efa7a2c8b411c7
tree7ca264c5e4e12b5aaae2109d1e7c84d8404311f4
parentf52e2f3ef5b492f8f9439f45737e3a5a78d9b5d9
[Kaleidoscope] Fix incorrect use of reinterpret_cast.

Thanks to Dave Blaikie for catching this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235543 91177308-0d34-0410-b5e6-96231b3b80d8
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/Chapter8/toy.cpp
examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp
examples/Kaleidoscope/MCJIT/cached/toy.cpp
examples/Kaleidoscope/MCJIT/complete/toy.cpp
examples/Kaleidoscope/MCJIT/initial/toy.cpp
examples/Kaleidoscope/MCJIT/lazy/toy.cpp