mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-29 22:50:53 +03:00
First part of rename to LDC.
This commit is contained in:
parent
1fe1354a8a
commit
6eeeafdba6
47 changed files with 350 additions and 350 deletions
|
@ -10,7 +10,7 @@ using namespace llvm;
|
|||
// this function runs some or all of the std-compile-opts passes depending on the
|
||||
// optimization level given.
|
||||
|
||||
void llvmdc_optimize_module(Module* m, char lvl, bool doinline)
|
||||
void ldc_optimize_module(Module* m, char lvl, bool doinline)
|
||||
{
|
||||
if (!doinline && lvl < 0)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue