mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
This commit is contained in:
@@ -22,7 +22,7 @@ IrType::IrType(Type* dt, LLType* lt)
|
||||
{
|
||||
assert(dt && "null D Type");
|
||||
assert(lt && "null LLVM Type");
|
||||
#if !DMDV2
|
||||
#if 0
|
||||
// FIXME: For some reason the assert fails
|
||||
assert(dt->irtype == NULL && "already has IrType");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user