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

@@ -291,7 +291,7 @@ void line(T...)(int x0, int y0, int x1, int y1, T p) {
}
}
import llvmdc.intrinsics;
import ldc.intrinsics;
alias llvm_sqrt_f32 sqrt;
alias llvm_sqrt_f64 sqrt;
version(X86)

View File

@@ -1 +1 @@
use rebuild with -dc=llvmdc-posix to build the demos
use rebuild with -dc=ldc-posix to build the demos