mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-02 18:43:14 +01:00
Renamed IrType::get/IrType::getD, treat classes as the special case they are.
This commit is contained in:
@@ -79,7 +79,7 @@ LLType* DtoType(Type* t)
|
||||
|
||||
if (t->irtype)
|
||||
{
|
||||
return t->irtype->get();
|
||||
return t->irtype->getLLType();
|
||||
}
|
||||
|
||||
IF_LOG Logger::println("Building type: %s", t->toChars());
|
||||
|
||||
Reference in New Issue
Block a user