Compare commits
2 Commits
a5ca9e593d
...
private_ar
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f25567a14 | |||
| fe7e3449e8 |
Submodule projects/dvm updated: 4d4041a081...7aefb0d897
Submodule projects/libpredictor updated: d08cb25cc6...7e57477dfa
@@ -605,7 +605,6 @@ 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 "2482"
|
||||
#define VERSION_SPF "2483"
|
||||
|
||||
Reference in New Issue
Block a user