Skip to content

Commit 0d1cf57

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

760-
// See https://github.com/llvm/clangir/pull/1504#issuecomment-2738968751 for more details.
760+
// Note CIRStructType is used instead of CIR_StructType because of tablegen conflicts
761761
def CIRStructType : Type<CPred<"::mlir::isa<::cir::StructType>($_self)">, "CIR struct type">;
762762

763763
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)