4 lines
94 B
C
4 lines
94 B
C
|
|
#pragma once
|
||
|
|
#include "../Utils/SgUtils.h"
|
||
|
|
|
||
|
|
void ArrayConstantPropagation(SgProject& project);
|