Let extensions push into subvariable flow

This commit is contained in:
caheckman 2020-02-25 14:05:13 -05:00
parent 762cda04f4
commit edb1571fba
2 changed files with 22 additions and 6 deletions

View file

@ -68,7 +68,7 @@ class SubvariableFlow {
compare_patch, ///< Turn compare op inputs into logical values
parameter_patch, ///< Convert a CALL/CALLIND/RETURN/BRANCHIND parameter into logical value
extension_patch, ///< Convert op into something that copies/extends logical value, adding zero bits
returnpush_patch ///< Convert a sub-function return to the logical value
push_patch ///< Convert an operator output to the logical value
};
patchtype type; ///< The type of \b this patch
PcodeOp *patchOp; ///< Op being affected