File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ int main() {
1111
1212// CHECK: !DICompositeType(tag: DW_TAG_enumeration_type
1313// CHECK-SAME: scope: ![[STRUCT:[0-9]+]]
14- // CHECK-SAME: baseType: ![[UINT:[0-9]+]]
1514// CHECK-SAME: elements: ![[ELEMENTS:[0-9]+]]
1615
1716// CHECK: ![[STRUCT]] = distinct !DICompositeType(tag: DW_TAG_structure_type
@@ -22,11 +21,6 @@ int main() {
2221// CHECK: ![[VALUE_MEMBER]] = !DIDerivedType(tag: DW_TAG_member
2322// CHECK-SAME: name: "value"
2423// CHECK-SAME: scope: ![[STRUCT]]
25- // CHECK-SAME: baseType: ![[INT:[0-9]+]]
26-
27- // CHECK: ![[INT]] = !DIBasicType(name: "int"
28-
29- // CHECK: ![[UINT]] = !DIBasicType(name: "unsigned int"
3024
3125// CHECK: ![[ELEMENTS]] = !{![[ENUMERATOR:[0-9]+]]}
3226// CHECK: ![[ENUMERATOR]] = !DIEnumerator(name: "Unused", value: 0, isUnsigned: true)
You can’t perform that action at this time.
0 commit comments