1 Commits

Author SHA1 Message Date
a5ca9e593d add message and restore pass 2026-04-27 15:41:41 +03:00
4 changed files with 4 additions and 3 deletions

View File

@@ -605,6 +605,7 @@ void arrayConstantPropagation(SgProject& project)
void restoreArrays() void restoreArrays()
{ {
cout << "ARRAY_PROPAGATION_RESTORE" << endl;
for (auto& [filename, statements] : expToChange) for (auto& [filename, statements] : expToChange)
{ {
if (SgFile::switchToFile(filename) == -1) if (SgFile::switchToFile(filename) == -1)

View File

@@ -1,3 +1,3 @@
#pragma once #pragma once
#define VERSION_SPF "2483" #define VERSION_SPF "2482"