mirror of
https://git.wuffs.org/MWCC
synced 2025-07-27 00:25:34 +00:00
9 lines
146 B
C
9 lines
146 B
C
#ifndef COMPILER_IROEMPTYLOOP_H
|
|
#define COMPILER_IROEMPTYLOOP_H
|
|
|
|
#include "compiler/IrOptimizer.h"
|
|
|
|
extern void IRO_FindEmptyLoops(void);
|
|
|
|
#endif
|