can out put colored program

This commit is contained in:
2024-10-22 02:05:22 +00:00
parent 8216cb774c
commit bc742f4ee7
3 changed files with 303 additions and 31 deletions

View File

@ -372,6 +372,7 @@ class FunctionDefItem : public LLVMIRItemBase {
std::vector<std::string> args_full_name;
std::shared_ptr<BlockItem> init_block;
std::vector<std::shared_ptr<BlockItem>> basic_blocks;
size_t spilled_vars;
FunctionDefItem() = default;
void RecursivePrint(std::ostream &os) const {