1 2 3 4 5 6 7 8
#ifndef COMPILER_IROEMPTYLOOP_H #define COMPILER_IROEMPTYLOOP_H #include "compiler/IrOptimizer.h" extern void IRO_FindEmptyLoops(void); #endif