summaryrefslogtreecommitdiff
path: root/backend/src/backend/gen_insn_selection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/backend/gen_insn_selection.hpp')
-rw-r--r--backend/src/backend/gen_insn_selection.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/src/backend/gen_insn_selection.hpp b/backend/src/backend/gen_insn_selection.hpp
index 7fef11f5..8bffb167 100644
--- a/backend/src/backend/gen_insn_selection.hpp
+++ b/backend/src/backend/gen_insn_selection.hpp
@@ -77,6 +77,8 @@ namespace gbe
bool isRead(void) const;
/*! Does it write memory? */
bool isWrite(void) const;
+ /*! Does it modify the acc register. */
+ bool modAcc(void) const;
/*! Is it a branch instruction (i.e. modify control flow) */
bool isBranch(void) const;
/*! Is it a label instruction (i.e. change the implicit mask) */