1 2 3 4 5 6 7 8
#ifndef COMPILER_GLOBALOPTIMIZER_H #define COMPILER_GLOBALOPTIMIZER_H #include "compiler/common.h" extern void globallyoptimizepcode(Object *func); #endif