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