MWCC/includes/compiler/IroEmptyLoop.h

9 lines
146 B
C
Raw Normal View History

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