First part of rename to LDC.

This commit is contained in:
Christian Kamm 2008-10-06 22:46:55 +02:00
parent 1fe1354a8a
commit 6eeeafdba6
47 changed files with 350 additions and 350 deletions

View file

@ -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;