Skip to content

Commit f3c51fb

Browse files
committed
Fix nits
1 parent 1a7bb18 commit f3c51fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/lib/Dialect/SPIRV/IR/SPIRVTypes.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ unsigned RuntimeArrayType::getArrayStride() const { return getImpl()->stride; }
564564

565565
void TypeCapabilityVisitor::addConcrete(RuntimeArrayType type) {
566566
add(type.getElementType());
567-
568567
static constexpr auto cap = Capability::Shader;
569568
capabilities.push_back(cap);
570569
}
@@ -1261,7 +1260,6 @@ unsigned MatrixType::getNumElements() const {
12611260

12621261
void TypeCapabilityVisitor::addConcrete(MatrixType type) {
12631262
add(type.getColumnType());
1264-
12651263
static constexpr auto cap = Capability::Matrix;
12661264
capabilities.push_back(cap);
12671265
}

0 commit comments

Comments
 (0)