From 84915fa79b737ac4d4f50b4441fb2f947d978199 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 2 Jun 2007 04:16:21 +0000 Subject: Start stubbing out decl codegen. llvm-svn: 39550 --- clang/CodeGen/CodeGenFunction.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clang/CodeGen/CodeGenFunction.cpp') diff --git a/clang/CodeGen/CodeGenFunction.cpp b/clang/CodeGen/CodeGenFunction.cpp index c5c3f5256fe..00f55b8bce9 100644 --- a/clang/CodeGen/CodeGenFunction.cpp +++ b/clang/CodeGen/CodeGenFunction.cpp @@ -126,6 +126,9 @@ void CodeGenFunction::GenerateCode(const FunctionDecl *FD) { Builder.SetInsertPoint(EntryBB); + // TODO: handle params. + + // Emit the function body. EmitStmt(FD->getBody()); // Emit a return for code that falls off the end. -- cgit v1.2.3