Merge branch 'analyze_loops_with_IR' of http://192.168.0.176:30008/Alexander_KS/SAPFOR into analyze_loops_with_IR

This commit is contained in:
ALEXks
2025-05-30 17:06:26 +03:00
2 changed files with 7 additions and 8 deletions

View File

@@ -209,8 +209,7 @@ set(TRANSFORMS
${TR_IMPLICIT_NONE} ${TR_IMPLICIT_NONE}
${TR_REPLACE_ARRAYS_IN_IO}) ${TR_REPLACE_ARRAYS_IN_IO})
set(CFG set(CFG src/CFGraph/IR.cpp
src/CFGraph/IR.cpp
src/CFGraph/IR.h src/CFGraph/IR.h
src/CFGraph/CFGraph.cpp src/CFGraph/CFGraph.cpp
src/CFGraph/CFGraph.h src/CFGraph/CFGraph.h

View File

@@ -1,9 +1,9 @@
#pragma once #pragma once
#include<vector> #include <vector>
#include<map> #include <map>
#include<unordered_set> #include <unordered_set>
#include<string> #include <string>
#include "../GraphLoop/graph_loops.h" #include "../GraphLoop/graph_loops.h"
#include "../CFGraph/CFGraph.h" #include "../CFGraph/CFGraph.h"