From 8ee3c0340ff10f0d98e2e138813ada3b36239038 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 6 Feb 2008 02:01:47 +0000 Subject: 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 --- CodeGen/CodeGenModule.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'CodeGen/CodeGenModule.h') 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. -- cgit v1.2.1