We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4026ae commit ac27f4bCopy full SHA for ac27f4b
clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
@@ -429,7 +429,7 @@ class CIRBaseBuilderTy : public mlir::OpBuilder {
429
// Note that mlir::IntegerType is used instead of cir::IntType here because we
430
// don't need sign information for these to be useful, so keep it simple.
431
432
- // Fot 0 alignment, return an empty attribute.
+ // For 0 alignment, return an empty attribute.
433
mlir::IntegerAttr getAlignmentAttr(clang::CharUnits alignment) {
434
return getAlignmentAttr(alignment.getQuantity());
435
}
0 commit comments