summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-06 00:44:00 +0000
committerChris Lattner <sabre@nondot.org>2008-05-06 00:44:00 +0000
commit222c6123df749aa0e0b73b4d16c701ffcfca3caf (patch)
tree6d174e8c5bc29f638233ee24bb03de32374c88d9 /clang
parentbe7c56ed781421be38dedcad3704883c3c5d787e (diff)
downloadbcm5719-llvm-222c6123df749aa0e0b73b4d16c701ffcfca3caf.tar.gz
bcm5719-llvm-222c6123df749aa0e0b73b4d16c701ffcfca3caf.zip
remove a stray printout
llvm-svn: 50691
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.cpp2
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?");
OpenPOWER on IntegriCloud