Commit bd034a30 authored by Yang's avatar Yang

remove a todo

parent 022e0742
...@@ -12,8 +12,6 @@ class Mem2Reg : public TransformPass { ...@@ -12,8 +12,6 @@ class Mem2Reg : public TransformPass {
Function *func_; Function *func_;
// 当前函数对应的支配树 // 当前函数对应的支配树
Dominators* dominators_; Dominators* dominators_;
// TODO 添加需要的变量
// 所有需要处理的变量 // 所有需要处理的变量
std::list<AllocaInst*> allocas_; std::list<AllocaInst*> allocas_;
// 变量定值栈 // 变量定值栈
......
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