mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-23 20:29:02 +02:00
Eliminate the need for TypeFunction::funcdecl
This commit is contained in:
@@ -915,7 +915,7 @@ struct FuncDeclaration : Declaration
|
||||
virtual FuncDeclaration *toAliasFunc() { return this; }
|
||||
|
||||
#if IN_LLVM
|
||||
// LDC stuff
|
||||
IrFuncTy irFty;
|
||||
|
||||
/// Codegen traversal
|
||||
void codegen(Ir* ir);
|
||||
|
||||
Reference in New Issue
Block a user