mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-11 05:16:19 +03:00
Forgot to commit this file, sorry
This commit is contained in:
parent
6135e4201a
commit
aa508e792a
1 changed files with 14 additions and 0 deletions
14
gen/optimizer.h
Normal file
14
gen/optimizer.h
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue