summaryrefslogtreecommitdiff
path: root/includes/compiler/IroRangePropagation.h
blob: fea65420565d23b1382484fc9561552c0f5b7293 (plain)
1
2
3
4
5
6
7
8
#ifndef COMPILER_IRORANGEPROPAGATION_H
#define COMPILER_IRORANGEPROPAGATION_H

#include "compiler/IrOptimizer.h"

extern Boolean IRO_RangePropagateInFNode(void);

#endif