Skip to content

Commit 9e0e1ca

Browse files
committed
Apply clang-tidy fixes for performance-unnecessary-value-param in TestReifyValueBounds.cpp (NFC)
1 parent b748f15 commit 9e0e1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct TestReifyValueBounds
5656

5757
} // namespace
5858

59-
FailureOr<BoundType> parseBoundType(std::string type) {
59+
FailureOr<BoundType> parseBoundType(const std::string &type) {
6060
if (type == "EQ")
6161
return BoundType::EQ;
6262
if (type == "LB")

0 commit comments

Comments
 (0)