changeset 1173:b0f9652f31de

Forgot to commit this file, sorry
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 29 Mar 2009 18:50:41 +0200
parents b3887714b735
children 0b26cfb2d445 cc1efa23030a
files gen/optimizer.h
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gen/optimizer.h	Sun Mar 29 18:50:41 2009 +0200
@@ -0,0 +1,14 @@
+#ifndef LDC_GEN_OPTIMIZER_H
+#define LDC_GEN_OPTIMIZER_H
+
+namespace llvm { class Module; }
+
+bool ldc_optimize_module(llvm::Module* m);
+
+bool doInline();
+
+int optLevel();
+
+bool optimize();
+
+#endif
\ No newline at end of file