mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
Forgot to commit this file, sorry
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user