Skip to content

Commit 67b3d66

Browse files
authored
Update clang/include/clang/CIR/Dialect/IR/CIRTypes.td
1 parent d80bcb9 commit 67b3d66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,6 @@ def CIR_StructType : CIR_Type<"Struct", "struct",
757757
let hasCustomAssemblyFormat = 1;
758758
}
759759

760-
// This type is used because of some limitations of type constraints.
761760
// See https://github.com/llvm/clangir/pull/1504#issuecomment-2738968751 for more details.
762761
def CIRStructType : Type<CPred<"::mlir::isa<::cir::StructType>($_self)">, "CIR struct type">;
763762

0 commit comments

Comments
 (0)