smcc/ccompiler/middleend/reg_alloc.h
2025-03-05 15:45:19 +08:00

8 lines
89 B
C

#ifndef __REG_ALLOC_H__
#define __REG_ALLOC_H__
typedef struct {
} reg_alloc_t;
#endif