diff gen/optimizer.cpp @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents 9526b29ae342
children e40c65bd8c5d
line wrap: on
line diff
--- a/gen/optimizer.cpp	Mon Oct 06 21:40:33 2008 +0200
+++ b/gen/optimizer.cpp	Mon Oct 06 22:46:55 2008 +0200
@@ -10,7 +10,7 @@
 // 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;