aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.cpp
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
commit72cefca3e196ba4e6b4f2c3a46c1a9fbf6d0894a (patch)
tree357e3c6c3111a040f3a4ab57f9d62f65d1e1b5bb /lib/CodeGen/CodeGenFunction.cpp
parentb3c3c28c6574ada3e458d7606b8826f15412af6f (diff)
remove a stray printout
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r--lib/CodeGen/CodeGenFunction.cpp2
1 files changed, 0 insertions, 2 deletions
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<llvm::Function>(CGM.GetAddrOfFunctionDecl(FD, true));
assert(CurFn->isDeclaration() && "Function already has body?");