fixed inliner
This commit is contained in:
@@ -1089,6 +1089,8 @@ static int clean(const string& funcName, SgStatement* funcSt, const map<string,
|
|||||||
}
|
}
|
||||||
|
|
||||||
SgGotoStmt* gotoSt = new SgGotoStmt(*contLab);
|
SgGotoStmt* gotoSt = new SgGotoStmt(*contLab);
|
||||||
|
if (st->label())
|
||||||
|
gotoSt->setLabel(*st->label());
|
||||||
st->insertStmtBefore(*gotoSt, *st->controlParent());
|
st->insertStmtBefore(*gotoSt, *st->controlParent());
|
||||||
|
|
||||||
toDelete.push_back(st);
|
toDelete.push_back(st);
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define VERSION_SPF "2470"
|
#define VERSION_SPF "2471"
|
||||||
|
|||||||
Reference in New Issue
Block a user