MWCC/compiler_and_linker/FrontEnd/Optimizer/IroRangePropagation.h

9 lines
161 B
C

#ifndef COMPILER_IRORANGEPROPAGATION_H
#define COMPILER_IRORANGEPROPAGATION_H
#include "IrOptimizer.h"
extern Boolean IRO_RangePropagateInFNode(void);
#endif