forked from OSchip/llvm-project
Delete the relaxedLiveness object in the dtor of AnalysisContext.
llvm-svn: 112380
This commit is contained in:
parent
94656b1c8c
commit
52ac860d9c
|
|
@ -334,6 +334,7 @@ AnalysisContext::~AnalysisContext() {
|
|||
delete cfg;
|
||||
delete completeCFG;
|
||||
delete liveness;
|
||||
delete relaxedLiveness;
|
||||
delete PM;
|
||||
delete PCA;
|
||||
delete ReferencedBlockVars;
|
||||
|
|
|
|||
Loading…
Reference in New Issue