view gen/toobj.h @ 1355:c5410f294c89

Erm... Revert the rev [1352] change, the original code was correct ...
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Fri, 15 May 2009 15:30:59 +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