mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +00:00
10 lines
170 B
C
10 lines
170 B
C
#ifndef COMPILER_SPILLCODE_H
|
|
#define COMPILER_SPILLCODE_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern void estimatespillcosts(void);
|
|
extern void insertspillcode(void);
|
|
|
|
#endif
|