mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
no need to check for null
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94648 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dee740d195
commit
5b718e3e4d
@ -220,7 +220,7 @@ namespace {
|
|||||||
DominanceFrontier &df, AliasSetTracker *ast)
|
DominanceFrontier &df, AliasSetTracker *ast)
|
||||||
: Allocas(A), DT(dt), DF(df), DIF(0), AST(ast) {}
|
: Allocas(A), DT(dt), DF(df), DIF(0), AST(ast) {}
|
||||||
~PromoteMem2Reg() {
|
~PromoteMem2Reg() {
|
||||||
if (DIF) delete DIF;
|
delete DIF;
|
||||||
}
|
}
|
||||||
|
|
||||||
void run();
|
void run();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user