mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-11 09:23:13 +01:00
[svn r355] Get rid of IRState::exps and topexp.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user