#ifndef COMPILER_IROEMPTYLOOP_H
#define COMPILER_IROEMPTYLOOP_H
#include "IrOptimizer.h"
extern void IRO_FindEmptyLoops(void);
#endif