MWCC/includes/compiler/IroRangePropagation.h

9 lines
170 B
C

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