Compare commits
4 Commits
8cae169131
...
746bdf29b2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
746bdf29b2 | ||
|
|
16f0560c8e | ||
|
|
9325723e69 | ||
|
|
18ac53f342 |
Submodule projects/dvm updated: 4d4041a081...d8757aab23
Submodule projects/libpredictor updated: d0772cdb57...7e57477dfa
@@ -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);
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_SPF "2470"
|
||||
#define VERSION_SPF "2471"
|
||||
|
||||
Reference in New Issue
Block a user