Compare commits
3 Commits
master
...
9138caa70d
| Author | SHA1 | Date | |
|---|---|---|---|
| 9138caa70d | |||
| edbce3ed21 | |||
| ce56c71dd3 |
Submodule projects/dvm updated: 7aefb0d897...4d4041a081
Submodule projects/libpredictor updated: 7e57477dfa...d08cb25cc6
@@ -605,6 +605,7 @@ void arrayConstantPropagation(SgProject& project)
|
||||
|
||||
void restoreArrays()
|
||||
{
|
||||
cout << "ARRAY_PROPAGATION_RESTORE" << endl;
|
||||
for (auto& [filename, statements] : expToChange)
|
||||
{
|
||||
if (SgFile::switchToFile(filename) == -1)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_SPF "2483"
|
||||
#define VERSION_SPF "2482"
|
||||
|
||||
Reference in New Issue
Block a user