Fix Kaleidoscope example.
[oota-llvm.git] / examples / Kaleidoscope / Chapter8 / toy.cpp
index 7eaf16caa075cebda98b01bba86b03c241c0ec3d..289209b3df49e46f7eea887b5093b9262853e54b 100644 (file)
@@ -1251,7 +1251,8 @@ Function *FunctionAST::codegen() {
       FContext, P.getName(), StringRef(), Unit, LineNo,
       CreateFunctionType(TheFunction->arg_size(), Unit),
       false /* internal linkage */, true /* definition */, ScopeLine,
-      DINode::FlagPrototyped, false, TheFunction);
+      DINode::FlagPrototyped, false);
+  TheFunction->setSubprogram(SP);
 
   // Push the current scope.
   KSDbgInfo.LexicalBlocks.push_back(SP);