forked from OSchip/llvm-project
Remove unnecessary default dtor. The base dtor is already virtual and the derived dtor adds nothing.
llvm-svn: 248765
This commit is contained in:
parent
8e9ea2a439
commit
6163f67ad0
|
@ -698,9 +698,6 @@ public:
|
|||
void copyStmt(ScopStmt &Stmt, LoopToScevMapT <S,
|
||||
__isl_keep isl_id_to_ast_expr *IdToAstExp);
|
||||
|
||||
/// @brief An empty destructor
|
||||
virtual ~RegionGenerator(){};
|
||||
|
||||
private:
|
||||
/// @brief A map from old to new blocks in the region.
|
||||
DenseMap<BasicBlock *, BasicBlock *> BlockMap;
|
||||
|
|
Loading…
Reference in New Issue