Skip to content

Commit 58623c4

Browse files
committed
[CIR[IR] Remove duplicit optional of struct ast parameter.
1 parent e9880fb commit 58623c4

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
@@ -112,7 +112,7 @@ def CIR_StructType : CIR_Type<"Struct", "struct",
112112
"bool":$body,
113113
"bool":$packed,
114114
"mlir::cir::StructType::RecordKind":$kind,
115-
OptionalParameter<"std::optional<ASTRecordDeclInterface>">:$ast
115+
"std::optional<ASTRecordDeclInterface>":$ast
116116
);
117117

118118
let hasCustomAssemblyFormat = 1;

0 commit comments

Comments
 (0)