mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +00:00
9 lines
158 B
C
9 lines
158 B
C
#ifndef COMPILER_GLOBALOPTIMIZER_H
|
|
#define COMPILER_GLOBALOPTIMIZER_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern void globallyoptimizepcode(Object *func);
|
|
|
|
#endif
|