first trial

This commit is contained in:
2024-10-22 12:52:34 +00:00
parent 17816f2bf0
commit 722c1373ac
5 changed files with 42 additions and 4 deletions

View File

@ -269,6 +269,8 @@ class CallItem : public ActionItem {
std::vector<LLVMType> args_ty;
std::vector<std::string> args_val_full;
size_t move_sp_up;
CallItem() = default;
void RecursivePrint(std::ostream &os) const {
if (std::holds_alternative<LLVMVOIDType>(return_type)) {