fixed compilation

This commit is contained in:
ALEXks
2025-06-11 15:17:32 +03:00
parent 623f6c0d73
commit a0704038db

View File

@@ -40,6 +40,9 @@ enum class MODE
AFTER
};
template<typename Iterator>
static void extract_vars_from_reg(set<SAPFOR::Argument*>& worklist, SAPFOR::Argument* reg, Iterator instr, Iterator first_instr);
static tuple<FuncInfo*, SAPFOR::Instruction*, SAPFOR::BasicBlock*>
stmtToIR(const map<FuncInfo*, vector<SAPFOR::BasicBlock*>>& CFGraph, SgStatement* stmt)
{