fixed code style

This commit is contained in:
ALEXks
2025-05-30 18:03:01 +03:00
parent 2969f92013
commit c842630ec2
5 changed files with 338 additions and 302 deletions

View File

@@ -3,4 +3,4 @@
#include "CFGraph.h"
#include "IR.h"
void buildIRSSAForm(std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>> fullIR, std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>* result);
void buildIRSSAForm(const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& fullIR, std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& result);