Added empty ImportStatement::toIR(). That fixes import from a function

This commit is contained in:
Alexey Prokhin
2011-07-19 20:02:39 +04:00
parent 4cc10019ee
commit 6576b68dfd
2 changed files with 7 additions and 1 deletions

View File

@@ -952,7 +952,7 @@ struct ImportStatement : Statement
int inlineCost(InlineCostState *ics);
Expression *doInline(InlineDoState *ids);
//void toIR(IRState *irs);
void toIR(IRState *irs);
};
struct AsmBlockStatement : CompoundStatement