Some missed LLVMDC -> LDC.

This commit is contained in:
Christian Kamm
2008-10-06 22:54:08 +02:00
parent 6eeeafdba6
commit a3a418150e
48 changed files with 131 additions and 131 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ int atoi(char[] s) {
return !neg ? i : -i;
}
version(LLVMDC)
version(LDC)
{
pragma(intrinsic, "llvm.sqrt.f64")
double sqrt(double val);