view gen/typeinf.h @ 1423:42bd767ec5a4

* Add -functionattrs to default pass list so -dgc2stack is more effective when callees aren't inlined. This should also improve various standard LLVM optimizations. * Comment out some verbose logging.
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 28 May 2009 00:07:21 +0200
parents 450897f5aae9
children
line wrap: on
line source

#ifndef LDC_GEN_TYPEINF_H
#define LDC_GEN_TYPEINF_H

void DtoResolveTypeInfo(TypeInfoDeclaration* tid);
void DtoDeclareTypeInfo(TypeInfoDeclaration* tid);
void DtoConstInitTypeInfo(TypeInfoDeclaration* tid);

#endif