]> granicus.if.org Git - clang/commitdiff
remove a stray printout
authorChris Lattner <sabre@nondot.org>
Tue, 6 May 2008 00:44:00 +0000 (00:44 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 May 2008 00:44:00 +0000 (00:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50691 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.cpp

index d050278406f84b105e79a4e71bf8ce7a4bc65d57..9c5c45de5e909c082717c12379bbc9fb11cfe8ee 100644 (file)
@@ -153,8 +153,6 @@ void CodeGenFunction::GenerateCode(const FunctionDecl *FD) {
   CurFuncDecl = FD;
   FnRetTy = FD->getType()->getAsFunctionType()->getResultType();
 
-  FD->getType().dump();
-
   CurFn = cast<llvm::Function>(CGM.GetAddrOfFunctionDecl(FD, true));
   assert(CurFn->isDeclaration() && "Function already has body?");