File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ static OpFoldResult foldReshapeOp(ReshapeOpTy reshapeOp) {
345
345
reshapeSrcOp.getSrcType () == reshapeOp.getResultType ())
346
346
return reshapeSrcOp.src ();
347
347
return nullptr ;
348
- };
348
+ }
349
349
350
350
// / Return true if the reassociation specification is valid, false otherwise.
351
351
// / When false, the `invalidIndex` integer pointer is optionally filled with the
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ bool AffineMap::isMinorIdentity(AffineMap map) {
109
109
return false ;
110
110
return map == getMinorIdentityMap (map.getNumDims (), map.getNumResults (),
111
111
map.getContext ());
112
- };
112
+ }
113
113
114
114
// / Returns an AffineMap representing a permutation.
115
115
AffineMap AffineMap::getPermutationMap (ArrayRef<unsigned > permutation,
You can’t perform that action at this time.
0 commit comments