Misc output cleanup and a test run script.

This commit is contained in:
Ben Vanik
2013-01-23 21:59:26 -08:00
parent 860a0739ec
commit a10a05b6f2
5 changed files with 29 additions and 1 deletions

View File

@@ -111,6 +111,8 @@ int ModuleGenerator::Generate() {
}
}
}
// Build out all the user functions.
for (std::map<uint32_t, CodegenFunction*>::iterator it =
functions_.begin(); it != functions_.end(); ++it) {
BuildFunction(it->second);