#ifndef COMPILER_GLOBALOPTIMIZER_H
#define COMPILER_GLOBALOPTIMIZER_H
#include "compiler/common.h"
extern void globallyoptimizepcode(Object *func);
#endif