[backend]修复了多参数传递的问题
This commit is contained in:
@@ -279,6 +279,7 @@ struct StackFrameInfo {
|
||||
std::map<unsigned, int> alloca_offsets; // <AllocaInst的vreg, 栈偏移>
|
||||
std::map<unsigned, int> spill_offsets; // <溢出vreg, 栈偏移>
|
||||
std::set<PhysicalReg> used_callee_saved_regs; // 使用的保存寄存器
|
||||
std::map<unsigned, PhysicalReg> vreg_to_preg_map;
|
||||
};
|
||||
|
||||
// 机器函数
|
||||
|
||||
Reference in New Issue
Block a user