init basic
This commit is contained in:
8
ccompiler/middleend/reg_alloc.h
Normal file
8
ccompiler/middleend/reg_alloc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __REG_ALLOC_H__
|
||||
#define __REG_ALLOC_H__
|
||||
|
||||
typedef struct {
|
||||
|
||||
} reg_alloc_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user