MWCC/includes/compiler/GlobalOptimizer.h

9 lines
158 B
C
Raw Normal View History

#ifndef COMPILER_GLOBALOPTIMIZER_H
#define COMPILER_GLOBALOPTIMIZER_H
#include "compiler/common.h"
2022-12-29 12:32:55 +00:00
extern void globallyoptimizepcode(Object *func);
#endif