4 Commits

Author SHA1 Message Date
ALEXks
746bdf29b2 Merge branch 'master' into egormayorov 2026-03-20 15:33:38 +03:00
ALEXks
16f0560c8e updated 2026-03-20 15:33:33 +03:00
ALEXks
9325723e69 updated projects 2026-03-20 15:32:24 +03:00
ALEXks
18ac53f342 fixed inliner 2026-03-19 13:04:26 +03:00
4 changed files with 5 additions and 3 deletions

View File

@@ -1089,6 +1089,8 @@ static int clean(const string& funcName, SgStatement* funcSt, const map<string,
}
SgGotoStmt* gotoSt = new SgGotoStmt(*contLab);
if (st->label())
gotoSt->setLabel(*st->label());
st->insertStmtBefore(*gotoSt, *st->controlParent());
toDelete.push_back(st);

View File

@@ -1,3 +1,3 @@
#pragma once
#define VERSION_SPF "2470"
#define VERSION_SPF "2471"