summaryrefslogtreecommitdiff
path: root/includes/compiler/ConstantPropagation.h
blob: ed4d833d5a7daa434a7a2347cca6a8c1cbc4abe9 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef COMPILER_CONSTANTPROPAGATION_H
#define COMPILER_CONSTANTPROPAGATION_H

#include "compiler/common.h"

extern int propagatedconstants;

extern void propagateconstants(void);

#endif