Merge commit 'f879a0f521e3033d3f928a5976ac095af6905942' into midend-LoopAnalysis
This commit is contained in:
@@ -22,6 +22,10 @@ private:
|
||||
// 函数级代码生成 (实现新的流水线)
|
||||
std::string function_gen(Function* func);
|
||||
|
||||
|
||||
// 私有辅助函数,用于根据类型计算其占用的字节数。
|
||||
unsigned getTypeSizeInBytes(Type* type);
|
||||
|
||||
Module* module;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user