add some more cfg ir stuff

This commit is contained in:
water
2020-10-02 16:21:25 -04:00
parent 376c273845
commit 072283e442
11 changed files with 399 additions and 15 deletions
@@ -622,6 +622,11 @@ std::string LinkedObjectFile::print_disassembly() {
*/
}
if (func.ir) {
result += ";; ir\n";
result += func.ir->print(*this);
}
result += "\n\n\n";
}