MWCC/includes/compiler/ConstantPropagation.h

11 lines
188 B
C

#ifndef COMPILER_CONSTANTPROPAGATION_H
#define COMPILER_CONSTANTPROPAGATION_H
#include "compiler/common.h"
extern int propagatedconstants;
extern void propagateconstants(void);
#endif