[Orc] Update kaleidoscope tutorial for API change in r234669.
[oota-llvm.git] / examples / Kaleidoscope / Orc / fully_lazy / toy.cpp
index e3359dd0e470aa7bbbccbef76554a18823d3f161..b5822921b400115ee8552c6b47b2829af1ee7aa9 100644 (file)
@@ -1270,7 +1270,7 @@ private:
     //         pointer for the indirection to point at the trampoline.
     std::string BodyPtrName = (F->getName() + "$address").str();
     GlobalVariable *FunctionBodyPointer =
-      createImplPointer(*F, BodyPtrName,
+      createImplPointer(*F->getType(), *F->getParent(), BodyPtrName,
                         createIRTypedAddress(*F->getFunctionType(),
                                              CallbackInfo.getAddress()));
     makeStub(*F, *FunctionBodyPointer);