rose: add CLEAR_WORK_DONE instruction

Preparatory work for allowing fragments to be shared between literals
that squash groups and those that don't.
This commit is contained in:
Justin Viiret
2017-03-29 13:06:26 +11:00
committed by Matthew Barr
parent 803f61d818
commit 18f843bcc1
6 changed files with 45 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ RoseInstrSomZero::~RoseInstrSomZero() = default;
RoseInstrSuffixesEod::~RoseInstrSuffixesEod() = default;
RoseInstrMatcherEod::~RoseInstrMatcherEod() = default;
RoseInstrEnd::~RoseInstrEnd() = default;
RoseInstrClearWorkDone::~RoseInstrClearWorkDone() = default;
using OffsetMap = RoseInstruction::OffsetMap;