From 72cefca3e196ba4e6b4f2c3a46c1a9fbf6d0894a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 6 May 2008 00:44:00 +0000 Subject: remove a stray printout git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50691 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenFunction.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/CodeGen/CodeGenFunction.cpp') diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index d050278406..9c5c45de5e 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp @@ -153,8 +153,6 @@ void CodeGenFunction::GenerateCode(const FunctionDecl *FD) { CurFuncDecl = FD; FnRetTy = FD->getType()->getAsFunctionType()->getResultType(); - FD->getType().dump(); - CurFn = cast(CGM.GetAddrOfFunctionDecl(FD, true)); assert(CurFn->isDeclaration() && "Function already has body?"); -- cgit v1.2.3-18-g5258