mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-29 22:50:53 +03:00
Don't use TypeFunction::funcdecl as it is about to be removed
This commit is contained in:
parent
b819975c84
commit
8fea7484fe
3 changed files with 6 additions and 28 deletions
|
@ -29,7 +29,7 @@ namespace llvm
|
|||
class Value;
|
||||
}
|
||||
|
||||
llvm::FunctionType* DtoFunctionType(Type* t, IrFuncTy &irFty, Type* thistype, Type* nesttype, bool ismain = false);
|
||||
llvm::FunctionType* DtoFunctionType(Type* t, IrFuncTy &irFty, Type* thistype, Type* nesttype, bool isMain = false, bool isCtor = false);
|
||||
llvm::FunctionType* DtoFunctionType(FuncDeclaration* fdecl);
|
||||
|
||||
llvm::FunctionType* DtoBaseFunctionType(FuncDeclaration* fdecl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue