summaryrefslogtreecommitdiff
path: root/includes/compiler/SpillCode.h
blob: 1685e845a210b4ed06d2e2679cff2a8cc40ecf74 (plain)
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