MWCC/compiler_and_linker/FrontEnd/Optimizer/IroEmptyLoop.h

9 lines
137 B
C

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