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