mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 18:31:04 +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)
|
||||
: Allocas(A), DT(dt), DF(df), DIF(0), AST(ast) {}
|
||||
~PromoteMem2Reg() {
|
||||
if (DIF) delete DIF;
|
||||
delete DIF;
|
||||
}
|
||||
|
||||
void run();
|
||||
|
Loading…
Reference in New Issue
Block a user