summaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-06 02:01:47 +0000
committerChris Lattner <sabre@nondot.org>2008-02-06 02:01:47 +0000
commit8ee3c0340ff10f0d98e2e138813ada3b36239038 (patch)
tree4f216db1c8c10cd378cd9cb44fa16f1d342c8be8 /CodeGen/CodeGenModule.h
parente66b65c3a3377d487104f6adc071d054b0d9d343 (diff)
downloadclang-8ee3c0340ff10f0d98e2e138813ada3b36239038.tar.gz
move the codegen ASTConsumer out of the driver into libcodegen,
eliminating a bunch of forwarding methods and generally simplifying things. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenModule.h')
-rw-r--r--CodeGen/CodeGenModule.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/CodeGen/CodeGenModule.h b/CodeGen/CodeGenModule.h
index 5135c1b598..900ddf46bb 100644
--- a/CodeGen/CodeGenModule.h
+++ b/CodeGen/CodeGenModule.h
@@ -92,8 +92,6 @@ public:
llvm::Constant *EmitGlobalInit(const Expr *E);
llvm::Constant *EmitConstantExpr(const Expr *E);
- void PrintStats() {}
-
/// WarnUnsupported - Print out a warning that codegen doesn't support the
/// specified stmt yet.