comparison gen/llvmhelpers.h @ 1505:1e5a14691e77

Automated merge with http://hg.dsource.org/projects/ldc
author Robert Clipsham <robert@octarineparrot.com>
date Thu, 18 Jun 2009 15:44:18 +0100
parents cc5fee7836dc 855f188aab7a
children 8f121883bce8
comparison
equal deleted inserted replaced
1503:cc5fee7836dc 1505:1e5a14691e77
169 void DtoBuildDVarArgList(std::vector<LLValue*>& args, llvm::AttrListPtr& palist, TypeFunction* tf, Expressions* arguments, size_t argidx); 169 void DtoBuildDVarArgList(std::vector<LLValue*>& args, llvm::AttrListPtr& palist, TypeFunction* tf, Expressions* arguments, size_t argidx);
170 170
171 /// 171 ///
172 DValue* DtoCallFunction(Loc& loc, Type* resulttype, DValue* fnval, Expressions* arguments); 172 DValue* DtoCallFunction(Loc& loc, Type* resulttype, DValue* fnval, Expressions* arguments);
173 173
174 Type* stripModifiers(Type* type);
175
174 #endif 176 #endif