comparison ir/irmodule.cpp @ 136:0e28624814e8 trunk

[svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though
author lindquist
date Thu, 17 Jan 2008 03:15:12 +0100
parents
children 0ab29b838084
comparison
equal deleted inserted replaced
135:176bd52b3cf5 136:0e28624814e8
1 #include "ir/irmodule.h"
2
3 IrModule::IrModule(Module* module)
4 {
5 M = module;
6 }
7
8 IrModule::~IrModule()
9 {
10 }