2022-11-20 05:07:22 +00:00
|
|
|
#ifndef COMPILER_CONSTANTPROPAGATION_H
|
|
|
|
#define COMPILER_CONSTANTPROPAGATION_H
|
|
|
|
|
|
|
|
#include "compiler/common.h"
|
|
|
|
|
2022-12-14 00:16:59 +00:00
|
|
|
extern int propagatedconstants;
|
|
|
|
|
|
|
|
extern void propagateconstants(void);
|
|
|
|
|
2022-11-20 05:07:22 +00:00
|
|
|
#endif
|