[Decompiler] More progress on method stuff (#264)

* more progress on method

* fix method issues
This commit is contained in:
water111
2021-02-15 11:36:59 -05:00
committed by GitHub
parent 14d602c594
commit af1691a0bc
8 changed files with 1281 additions and 75 deletions
+2 -1
View File
@@ -1232,7 +1232,8 @@ void convert_and_inline(FormPool& pool, Function& f, const BlockVtx* as_block, T
// check for deadness
if (op_as_set->is_dead_set()) {
// we want to eliminate, but we should we fix up the register info.
add = false;
// now adding.
// add = false;
auto consumed_expr =
dynamic_cast<SimpleExpressionElement*>(op_as_set->src()->try_as_single_element());
assert(consumed_expr);