Renamed IrType::get/IrType::getD, treat classes as the special case they are.

This commit is contained in:
David Nadlinger
2012-12-20 06:23:27 +01:00
parent aa4543465d
commit 464c695814
8 changed files with 35 additions and 17 deletions

View File

@@ -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());