diff gen/runtime.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 669a2c84f4e4
children 30b42a283c8e
line wrap: on
line diff
--- a/gen/runtime.cpp	Mon Oct 06 21:40:33 2008 +0200
+++ b/gen/runtime.cpp	Mon Oct 06 22:46:55 2008 +0200
@@ -153,7 +153,7 @@
 
 static void LLVM_D_BuildRuntimeModule()
 {
-    M = new llvm::Module("llvmdc internal runtime");
+    M = new llvm::Module("ldc internal runtime");
 
     const LLType* voidTy = LLType::VoidTy;
     const LLType* boolTy = LLType::Int1Ty;