1 2 3 4 5 6 7 8 9
#ifndef COMPILER_SPILLCODE_H #define COMPILER_SPILLCODE_H #include "compiler/common.h" extern void estimatespillcosts(void); extern void insertspillcode(void); #endif