Skip to content

Commit aa484d1

Browse files
committed
Align to 80 col
1 parent 151417e commit aa484d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/CIR/Dialect/IR/CIRTypes.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@ def CIRRecordType : Type<
570570
//===----------------------------------------------------------------------===//
571571

572572
def CIR_AnyType : AnyTypeOf<[
573-
CIR_VoidType, CIR_BoolType, CIR_ArrayType, CIR_VectorType, CIR_IntType, CIR_AnyFloat,
574-
CIR_PointerType, CIR_FuncType, CIR_RecordType
573+
CIR_VoidType, CIR_BoolType, CIR_ArrayType, CIR_VectorType, CIR_IntType,
574+
CIR_AnyFloat, CIR_PointerType, CIR_FuncType, CIR_RecordType
575575
]>;
576576

577577
#endif // MLIR_CIR_DIALECT_CIR_TYPES

0 commit comments

Comments
 (0)