mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-30 23:41:30 +02:00
Added empty ImportStatement::toIR(). That fixes import from a function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user