add message and restore pass
This commit is contained in:
11
src/Transformations/ArrayConstantPropagation/propagation.h
Normal file
11
src/Transformations/ArrayConstantPropagation/propagation.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "../Utils/SgUtils.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
void arrayConstantPropagation(SgProject& project);
|
||||
void restoreArrays();
|
||||
Reference in New Issue
Block a user