Commit 40437b6e authored by lxq's avatar lxq

comment the traces left by TA

parent 6eb3580d
build
Documentations/1-parser/*.pdf Documentations/1-parser/*.pdf
compile_commands.json build
.cache .cache
.vscode .vscode
.clangd
todo.txt todo.txt
tmp.cminus tmp.cminus
/build/
.clangd
compile_commands.json
/.vscode/
/.cache/
test.c test.c
test test
*.s *.s
*.json
[{
"function": "main",
"pout": {"label_entry": [["%op0", ], ["%op1", ], ["%op2", "%op3", ], ],}},]
\ No newline at end of file
#include "ActiveVars.hpp" // #include "ActiveVars.hpp"
#include "ConstPropagation.hpp" // #include "ConstPropagation.hpp"
#include "DeadCode.h" #include "DeadCode.h"
#include "Dominators.h" #include "Dominators.h"
#include "GVN.h" #include "GVN.h"
#include "LoopInvHoist.hpp" // #include "LoopInvHoist.hpp"
#include "LoopSearch.hpp" // #include "LoopSearch.hpp"
#include "Mem2Reg.hpp" #include "Mem2Reg.hpp"
#include "PassManager.hpp" #include "PassManager.hpp"
#include "cminusf_builder.hpp" #include "cminusf_builder.hpp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment