Skip to content

Commit ddec343

Browse files
committed
Address code review comments
1 parent 664ae53 commit ddec343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/Dialect/IR/CIRDialect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ static void printCallCommon(mlir::Operation *op,
850850
printer << ")";
851851
}
852852

853-
llvm::SmallVector<::llvm::StringRef, 4> elidedAttrs = {
853+
llvm::SmallVector<::llvm::StringRef> elidedAttrs = {
854854
CIRDialect::getCalleeAttrName(), CIRDialect::getNoThrowAttrName(),
855855
CIRDialect::getSideEffectAttrName(),
856856
CIRDialect::getOperandSegmentSizesAttrName()};

0 commit comments

Comments
 (0)