comparison gen/functions.h @ 1027:c061e0725d89

Oops, merge with mainline and actually push this time...
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 03 Mar 2009 09:51:15 +0100
parents 9167d492cbc2
children 46f6365a50d7
comparison
equal deleted inserted replaced
1026:f756c47f310a 1027:c061e0725d89
1 #ifndef LDC_GEN_FUNCTIONS_H 1 #ifndef LDC_GEN_FUNCTIONS_H
2 #define LDC_GEN_FUNCTIONS_H 2 #define LDC_GEN_FUNCTIONS_H
3 3
4 const llvm::FunctionType* DtoFunctionType(Type* t, const LLType* thistype, const LLType* nesttype, bool ismain = false); 4 const llvm::FunctionType* DtoFunctionType(Type* t, Type* thistype, Type* nesttype, bool ismain = false);
5 const llvm::FunctionType* DtoFunctionType(FuncDeclaration* fdecl); 5 const llvm::FunctionType* DtoFunctionType(FuncDeclaration* fdecl);
6 6
7 const llvm::FunctionType* DtoBaseFunctionType(FuncDeclaration* fdecl); 7 const llvm::FunctionType* DtoBaseFunctionType(FuncDeclaration* fdecl);
8 8
9 void DtoResolveFunction(FuncDeclaration* fdecl); 9 void DtoResolveFunction(FuncDeclaration* fdecl);