Skip to content

Commit 03f8fa3

Browse files
committed
80 chars limit
1 parent 0d1cf57 commit 03f8fa3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,10 @@ def CIR_StructType : CIR_Type<"Struct", "struct",
757757
let hasCustomAssemblyFormat = 1;
758758
}
759759

760-
// Note CIRStructType is used instead of CIR_StructType because of tablegen conflicts
761-
def CIRStructType : Type<CPred<"::mlir::isa<::cir::StructType>($_self)">, "CIR struct type">;
760+
// Note CIRStructType is used instead of CIR_StructType
761+
// because of tablegen conflicts.
762+
def CIRStructType : Type<
763+
CPred<"::mlir::isa<::cir::StructType>($_self)">, "CIR struct type">;
762764

763765
//===----------------------------------------------------------------------===//
764766
// Global type constraints

0 commit comments

Comments
 (0)