mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +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
|