[svn r393] Started implementation for DtoNullValue.

This commit is contained in:
Christian Kamm
2008-07-15 14:53:16 +02:00
parent 04db1053e0
commit 625f28814d
2 changed files with 47 additions and 2 deletions

View File

@@ -41,6 +41,9 @@ LLValue* DtoNestedVariable(VarDeclaration* vd);
// basic operations
void DtoAssign(DValue* lhs, DValue* rhs);
// create a null dvalue
DValue* DtoNullValue(Type* t);
// casts
DValue* DtoCastInt(DValue* val, Type* to);
DValue* DtoCastPtr(DValue* val, Type* to);