add some casts to support a change in the getOrInsertFunction interface
authorChris Lattner <sabre@nondot.org>
Sun, 7 Jan 2007 07:40:09 +0000 (07:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Jan 2007 07:40:09 +0000 (07:40 +0000)
commit6a98754ebbc211958297b0d20a77e8c3261c3708
tree1b28c957ff64e3e5b01a5a486d238fd4756c87e8
parent52a457c7e23ef08ed31e8aba8c9a673d8aaac59b
add some casts to support a change in the getOrInsertFunction interface

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32984 91177308-0d34-0410-b5e6-96231b3b80d8
examples/Fibonacci/fibonacci.cpp
examples/HowToUseJIT/HowToUseJIT.cpp
examples/ParallelJIT/ParallelJIT.cpp