diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/enum-co.ll')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/enum-co.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/COFF/enum-co.ll b/llvm/test/DebugInfo/COFF/enum-co.ll index 14c1955c46a..f7e67238ec0 100644 --- a/llvm/test/DebugInfo/COFF/enum-co.ll +++ b/llvm/test/DebugInfo/COFF/enum-co.ll @@ -138,7 +138,7 @@ attributes #1 = { nounwind readnone speculatable } !5 = !{!6, !7} !6 = !DIEnumerator(name: "ON", value: 0) !7 = !DIEnumerator(name: "OFF", value: 1) -!8 = !DICompositeType(tag: DW_TAG_enumeration_type, name: "EnumClass", file: !1, line: 7, baseType: !4, size: 32, flags: DIFlagFixedEnum, elements: !9, identifier: ".?AW4EnumClass@@") +!8 = !DICompositeType(tag: DW_TAG_enumeration_type, name: "EnumClass", file: !1, line: 7, baseType: !4, size: 32, flags: DIFlagEnumClass, elements: !9, identifier: ".?AW4EnumClass@@") !9 = !{!10, !11, !12} !10 = !DIEnumerator(name: "RED", value: 0) !11 = !DIEnumerator(name: "BLUE", value: 1) |

