From 40437b6e459bb81a55057a9ba427cf0d0ea0511c Mon Sep 17 00:00:00 2001
From: lxq <877250099@qq.com>
Date: Fri, 20 Jan 2023 23:18:09 +0800
Subject: [PATCH] comment the traces left by TA

---
 .gitignore                | 13 ++++++-------
 gvn.json                  |  3 ---
 src/cminusfc/cminusfc.cpp |  8 ++++----
 3 files changed, 10 insertions(+), 14 deletions(-)
 delete mode 100644 gvn.json

diff --git a/.gitignore b/.gitignore
index 101a3d7..dfbf4ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,14 @@
-build
 Documentations/1-parser/*.pdf
-compile_commands.json
+build
+
 .cache
 .vscode
+.clangd
+
 todo.txt
 tmp.cminus
-/build/
-.clangd
-compile_commands.json
-/.vscode/
-/.cache/
 test.c
 test
+
 *.s
+*.json
diff --git a/gvn.json b/gvn.json
deleted file mode 100644
index fcd0e05..0000000
--- a/gvn.json
+++ /dev/null
@@ -1,3 +0,0 @@
-[{
-"function": "main", 
-"pout": {"label_entry": [["%op0", ], ["%op1", ], ["%op2", "%op3", ], ],}},]
\ No newline at end of file
diff --git a/src/cminusfc/cminusfc.cpp b/src/cminusfc/cminusfc.cpp
index 628189c..5de426e 100644
--- a/src/cminusfc/cminusfc.cpp
+++ b/src/cminusfc/cminusfc.cpp
@@ -1,10 +1,10 @@
-#include "ActiveVars.hpp"
-#include "ConstPropagation.hpp"
+// #include "ActiveVars.hpp"
+// #include "ConstPropagation.hpp"
 #include "DeadCode.h"
 #include "Dominators.h"
 #include "GVN.h"
-#include "LoopInvHoist.hpp"
-#include "LoopSearch.hpp"
+// #include "LoopInvHoist.hpp"
+// #include "LoopSearch.hpp"
 #include "Mem2Reg.hpp"
 #include "PassManager.hpp"
 #include "cminusf_builder.hpp"
-- 
GitLab