mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
no need to check for null
llvm-svn: 94648
This commit is contained in:
parent
a5cb4213ac
commit
354782f9b9
@ -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