summaryrefslogtreecommitdiff
path: root/src/mir/helpers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir/helpers.hpp')
-rw-r--r--src/mir/helpers.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir/helpers.hpp b/src/mir/helpers.hpp
index 8b4e8424..d7aefe25 100644
--- a/src/mir/helpers.hpp
+++ b/src/mir/helpers.hpp
@@ -82,6 +82,7 @@ public:
this->bb_idx = bb_idx;
this->stmt_idx = stmt_idx;
}
+ unsigned int get_cur_stmt_ofs() const;
void set_cur_stmt_term(unsigned int bb_idx) {
this->bb_idx = bb_idx;
this->stmt_idx = STMT_TERM;