diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-05-06 00:44:00 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-05-06 00:44:00 +0000 |
| commit | 222c6123df749aa0e0b73b4d16c701ffcfca3caf (patch) | |
| tree | 6d174e8c5bc29f638233ee24bb03de32374c88d9 | |
| parent | be7c56ed781421be38dedcad3704883c3c5d787e (diff) | |
| download | bcm5719-llvm-222c6123df749aa0e0b73b4d16c701ffcfca3caf.tar.gz bcm5719-llvm-222c6123df749aa0e0b73b4d16c701ffcfca3caf.zip | |
remove a stray printout
llvm-svn: 50691
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index d050278406f..9c5c45de5e9 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/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<llvm::Function>(CGM.GetAddrOfFunctionDecl(FD, true)); assert(CurFn->isDeclaration() && "Function already has body?"); |

