Report locations of unimplemented features.

This commit is contained in:
chriseth
2020-09-15 14:41:46 +02:00
parent b1ccf73511
commit 930646ba2b
4 changed files with 128 additions and 51 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ string IRGenerator::generate(
string IRGenerator::generate(Block const& _block)
{
IRGeneratorForStatements generator(m_context, m_utils);
_block.accept(generator);
generator.generate(_block);
return generator.code();
}