summaryrefslogtreecommitdiff
path: root/includes/compiler/IroEmptyLoop.h
blob: 5268f188b88b3cdd94123195c6806f1a8ec23d1b (plain)
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