write DCE
This commit is contained in:
4
include/opt/dce.h
Normal file
4
include/opt/dce.h
Normal file
@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include "IR/IR_basic.h"
|
||||
|
||||
std::shared_ptr<ModuleItem> DCE(std::shared_ptr<ModuleItem> src);
|
@ -2,4 +2,5 @@
|
||||
#include "gen.h"
|
||||
#include "global_var_cache.h"
|
||||
#include "mem2reg.h"
|
||||
#include "regalloc.h"
|
||||
#include "regalloc.h"
|
||||
#include "dce.h"
|
Reference in New Issue
Block a user