3 Commits

Author SHA1 Message Date
8b282ebc21 Merge pull request 'add restore pass' (#83) from private_arrays2 into master 2026-04-27 16:40:01 +03:00
5f25567a14 add restore pass 2026-04-27 16:18:43 +03:00
fe7e3449e8 move files 2026-04-27 16:12:26 +03:00
4 changed files with 3 additions and 4 deletions

View File

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

View File

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