diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-06 02:01:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-06 02:01:47 +0000 |
commit | 8ee3c0340ff10f0d98e2e138813ada3b36239038 (patch) | |
tree | 4f216db1c8c10cd378cd9cb44fa16f1d342c8be8 /CodeGen/CodeGenModule.h | |
parent | e66b65c3a3377d487104f6adc071d054b0d9d343 (diff) | |
download | clang-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.h | 2 |
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. |