view gen/toobj.h @ 1496:b4fc62f047cd

More DtoType -> DtoTypeNotVoid for getting the array element llvm type.
author Christian Kamm <kamm incasoftware de>
date Fri, 12 Jun 2009 21:34:35 +0200
parents 12ea38902e83
children
line wrap: on
line source

#ifndef LDC_GEN_TOOBJ_H
#define LDC_GEN_TOOBJ_H

void writeModule(llvm::Module* m, std::string filename);

#endif