view gen/toobj.h @ 1111:0f8aeb31678c

Fix 32bit "+2" typo for Outbuffer::reserve
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Fri, 13 Mar 2009 07:17:29 -0600
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