DMD Issue 5416 - null should have a type of its own

This commit is contained in:
Alexey Prokhin
2011-12-15 13:31:39 +04:00
parent 88cff99bd4
commit edc4a5f003
7 changed files with 21 additions and 4 deletions

View File

@@ -95,6 +95,7 @@ LLType* DtoType(Type* t)
}
// pointers
case Tnull:
case Tpointer:
{
t->irtype = new IrTypePointer(t);