commit | 84915fa79b737ac4d4f50b4441fb2f947d978199 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jun 02 04:16:21 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jun 02 04:16:21 2007 +0000 |
tree | 9acef88ce6f1757210656ae89fbd0febd2820bdc | |
parent | e0c4ae1f247fbd813feb7c16292deaa5955c6253 [diff] [blame] |
Start stubbing out decl codegen. llvm-svn: 39550
diff --git a/clang/CodeGen/CodeGenFunction.cpp b/clang/CodeGen/CodeGenFunction.cpp index c5c3f52..00f55b8 100644 --- a/clang/CodeGen/CodeGenFunction.cpp +++ b/clang/CodeGen/CodeGenFunction.cpp
@@ -126,6 +126,9 @@ Builder.SetInsertPoint(EntryBB); + // TODO: handle params. + + // Emit the function body. EmitStmt(FD->getBody()); // Emit a return for code that falls off the end.