comparison gen/functions.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents a34078905d01
children 545f54041d91
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
1 #ifndef LLVMDC_GEN_FUNCTIONS_H 1 #ifndef LDC_GEN_FUNCTIONS_H
2 #define LLVMDC_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, const LLType* thistype, const LLType* 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);