12 lines
177 B
C++
12 lines
177 B
C++
#pragma once
|
|
#include "../Utils/SgUtils.h"
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
using namespace std;
|
|
|
|
|
|
void arrayConstantPropagation(SgProject& project);
|
|
void restoreArrays();
|