Skip to content

Commit 166b5d7

Browse files
committed
fix warning
1 parent 6af6577 commit 166b5d7

File tree

1 file changed

+0
-3
lines changed
  • flang/lib/Optimizer/Transforms

1 file changed

+0
-3
lines changed

flang/lib/Optimizer/Transforms/CSE.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ struct SimpleOperationInfo : public llvm::DenseMapInfo<Operation *> {
114114

115115
/// Basic common sub-expression elimination.
116116
struct BasicCSE : public fir::BasicCSEBase<BasicCSE> {
117-
BasicCSE() {}
118-
BasicCSE(const BasicCSE &) {}
119-
120117
/// Shared implementation of operation elimination and scoped map definitions.
121118
using AllocatorTy = llvm::RecyclingAllocator<
122119
llvm::BumpPtrAllocator,

0 commit comments

Comments
 (0)