File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ REGISTER_ENUM_TYPE(GlobalLinkageKind);
172
172
REGISTER_ENUM_TYPE (VisibilityKind);
173
173
REGISTER_ENUM_TYPE (CallingConv);
174
174
REGISTER_ENUM_TYPE (SideEffect);
175
- REGISTER_ENUM_TYPE (CtorKind);
176
175
} // namespace
177
176
178
177
// / Parse an enum from the keyword, or default to the provided default value.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ struct B : A {
37
37
// LLVM: call void @_ZN1AD2Ev
38
38
39
39
// Complete dtor: just an alias because there are no virtual bases.
40
- // CIR: cir.func private dso_local @_ZN1BD1Ev(!cir.ptr<!rec_B>) alias(@_ZN1BD2Ev)
40
+ // CIR: cir.func private dso_local @_ZN1BD1Ev(!cir.ptr<!rec_B>) special_member<#cir.cxx_dtor<!rec_B>> alias(@_ZN1BD2Ev)
41
41
42
42
// Deleting dtor: defers to the complete dtor.
43
43
// LLVM: define{{.*}} void @_ZN1BD0Ev(ptr
You can’t perform that action at this time.
0 commit comments