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

@@ -153,7 +153,7 @@ static const LLType* rt_dg2()
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;