# HG changeset patch # User Frits van Bommel # Date 1238345441 -7200 # Node ID b0f9652f31de21d4bb13143691473399c8c66b6f # Parent b3887714b735a78a7adab7c5e12d1eb35100c43b Forgot to commit this file, sorry diff -r b3887714b735 -r b0f9652f31de gen/optimizer.h --- /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