mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +00:00
9 lines
167 B
C
9 lines
167 B
C
#ifndef COMPILER_IROEXPRREGENERATION_H
|
|
#define COMPILER_IROEXPRREGENERATION_H
|
|
|
|
#include "compiler/IrOptimizer.h"
|
|
|
|
extern void IRO_RegenerateExpressions(void);
|
|
|
|
#endif
|