view gen/toobj.h @ 1485:9344fecd24f0

Delete some code I forgot about in [1480].
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 07 Jun 2009 23:00:53 +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