Skip to content

Commit b748f15

Browse files
committed
Apply clang-tidy fixes for modernize-use-equals-default in TestDecomposeAffineOps.cpp (NFC)
1 parent d1cafe2 commit b748f15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/test/lib/Dialect/Affine/TestDecomposeAffineOps.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ struct TestDecomposeAffineOps
3434
return "Tests affine ops decomposition utility functions.";
3535
}
3636
TestDecomposeAffineOps() = default;
37-
TestDecomposeAffineOps(const TestDecomposeAffineOps &pass)
38-
: PassWrapper(pass){};
37+
TestDecomposeAffineOps(const TestDecomposeAffineOps &pass) = default;
3938

4039
void runOnOperation() override;
4140
};

0 commit comments

Comments
 (0)