remove a stray printout

llvm-svn: 50691
This commit is contained in:
Chris Lattner 2008-05-06 00:44:00 +00:00
parent be7c56ed78
commit 222c6123df
1 changed files with 0 additions and 2 deletions

View 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?");