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

View File

@@ -60,7 +60,7 @@ private
import tango.stdc.posix.dlfcn;
}
}
version(LLVMDC)
version(LDC)
{
pragma(intrinsic, "llvm.frameaddress")
{
@@ -122,7 +122,7 @@ extern (C) void* rt_stackBottom()
*/
extern (C) void* rt_stackTop()
{
version(LLVMDC)
version(LDC)
{
return llvm_frameaddress();
}