MWCC/includes/compiler/SpillCode.h

10 lines
170 B
C
Raw Normal View History

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