#ifndef COMPILER_SPILLCODE_H
#define COMPILER_SPILLCODE_H
#include "compiler/common.h"
extern void estimatespillcosts(void);
extern void insertspillcode(void);
#endif