mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-09 04:15:58 +03: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:
parent
3f37dbe005
commit
dbd640a3dc
9 changed files with 91 additions and 60 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue