Refactor ParamEntry look-up allowing "contained by" discovery

This commit is contained in:
caheckman 2019-07-08 13:54:03 -04:00
parent ef12c20829
commit 12d3da029b
13 changed files with 690 additions and 286 deletions

View file

@ -972,8 +972,8 @@ void Funcdata::overrideFlow(const Address &addr,uint4 type)
}
/// Do in-place replacement of
/// - `#c <= x` with `#c-1 < x` OR
/// - `x <= #c` with `x < #c+1`
/// - `c <= x` with `c-1 < x` OR
/// - `x <= c` with `x < c+1`
///
/// \param data is the function being analyzed
/// \param op is comparison PcodeOp