Allowing for SUBPIECE normalization

This commit is contained in:
caheckman 2019-07-23 16:15:36 -04:00
parent c7e3f54212
commit 9fc99efc93
2 changed files with 28 additions and 67 deletions

View file

@ -546,7 +546,6 @@ public:
virtual int4 applyOp(PcodeOp *op,Funcdata &data);
};
class RuleSignShift : public Rule {
int4 categorizeOp(PcodeOp *op);
public:
RuleSignShift(const string &g) : Rule(g, 0, "signshift") {} ///< Constructor
virtual Rule *clone(const ActionGroupList &grouplist) const {