Skip to content

Commit b75bf1e

Browse files
committed
= nullptr
1 parent 563db46 commit b75bf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Polynomial/IR/Polynomial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class Polynomial {
112112
friend ::llvm::hash_code hash_value(Polynomial arg);
113113

114114
private:
115-
ImplType *terms{nullptr};
115+
ImplType *terms = nullptr;
116116
};
117117

118118
// Make Polynomial hashable.

0 commit comments

Comments
 (0)