summaryrefslogtreecommitdiffstats
path: root/clang/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
commitadf1f51fc592ea4eeea759abc8263a4cfbe28568 (patch)
treebf0dee192f9edfcc90103ac47b2d9e8be81f9765 /clang/CodeGen/CodeGenModule.h
parentb5eda6253b28dd2669bda220b455d05c5e99796a (diff)
downloadbcm5719-llvm-adf1f51fc592ea4eeea759abc8263a4cfbe28568.tar.gz
bcm5719-llvm-adf1f51fc592ea4eeea759abc8263a4cfbe28568.zip
move the codegen ASTConsumer out of the driver into libcodegen,
eliminating a bunch of forwarding methods and generally simplifying things. llvm-svn: 46792
Diffstat (limited to 'clang/CodeGen/CodeGenModule.h')
-rw-r--r--clang/CodeGen/CodeGenModule.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/CodeGen/CodeGenModule.h b/clang/CodeGen/CodeGenModule.h
index 5135c1b598a..900ddf46bbb 100644
--- a/clang/CodeGen/CodeGenModule.h
+++ b/clang/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.
OpenPOWER on IntegriCloud