mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-01 20:43:13 +01:00
[svn r368] Fixed custom class allocators with arbitrary user arguments. Closes #25
Removed some dead code. Started on a more generalised approach to call misc. D functions.
This commit is contained in:
@@ -69,7 +69,6 @@ DFuncValue::DFuncValue(FuncDeclaration* fd, LLValue* v, LLValue* vt)
|
||||
type = func->type;
|
||||
val = v;
|
||||
vthis = vt;
|
||||
cc = (unsigned)-1;
|
||||
}
|
||||
|
||||
LLValue* DFuncValue::getRVal()
|
||||
|
||||
Reference in New Issue
Block a user