Merge branch 'master' into logging

This commit is contained in:
doctashay
2020-10-08 09:08:13 -06:00
committed by GitHub
6 changed files with 19 additions and 36 deletions
+1
View File
@@ -1208,6 +1208,7 @@ std::shared_ptr<IR> try_lwu(Instruction& i0,
} // namespace
void add_basic_ops_to_block(Function* func, const BasicBlock& block, LinkedObjectFile* file) {
(void)file;
for (int instr = block.start_word; instr < block.end_word; instr++) {
auto& i = func->instructions.at(instr);