[svn r355] Get rid of IRState::exps and topexp.

This commit is contained in:
Christian Kamm
2008-07-12 15:43:13 +02:00
parent f0d8b9e153
commit 717d52d4f0
8 changed files with 39 additions and 214 deletions

View File

@@ -72,12 +72,6 @@ DFuncValue::DFuncValue(FuncDeclaration* fd, LLValue* v, LLValue* vt)
cc = (unsigned)-1;
}
LLValue* DFuncValue::getLVal()
{
assert(0);
return 0;
}
LLValue* DFuncValue::getRVal()
{
assert(val);