mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-17 17:29:02 +02:00
Further changes to compile using MSVC.
This commit is contained in:
@@ -578,7 +578,7 @@ llvm::ConstantInt* DtoConstUbyte(unsigned char i)
|
||||
return LLConstantInt::get(LLType::getInt8Ty(gIR->context()), i, false);
|
||||
}
|
||||
|
||||
LLConstant* DtoConstFP(Type* t, long double value)
|
||||
LLConstant* DtoConstFP(Type* t, longdouble value)
|
||||
{
|
||||
LLType* llty = DtoType(t);
|
||||
assert(llty->isFloatingPointTy());
|
||||
|
||||
Reference in New Issue
Block a user