We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af6577 commit 166b5d7Copy full SHA for 166b5d7
flang/lib/Optimizer/Transforms/CSE.cpp
@@ -114,9 +114,6 @@ struct SimpleOperationInfo : public llvm::DenseMapInfo<Operation *> {
114
115
/// Basic common sub-expression elimination.
116
struct BasicCSE : public fir::BasicCSEBase<BasicCSE> {
117
- BasicCSE() {}
118
- BasicCSE(const BasicCSE &) {}
119
-
120
/// Shared implementation of operation elimination and scoped map definitions.
121
using AllocatorTy = llvm::RecyclingAllocator<
122
llvm::BumpPtrAllocator,
0 commit comments