3 Commits

Author SHA1 Message Date
9138caa70d add message 2026-04-27 14:51:44 +03:00
edbce3ed21 add restore pass 2026-04-27 14:49:47 +03:00
ce56c71dd3 changes 2026-04-27 08:41:46 +03:00
4 changed files with 4 additions and 3 deletions

View File

@@ -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)

View File

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