summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/enum.ll
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2016-06-17 16:13:21 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2016-06-17 16:13:21 +0000
commitda9548f949307557ad32c9808b528acb614ead8f (patch)
tree6b333a69dd8a22a2c2a2a8170b230cb8e57c863d /llvm/test/DebugInfo/COFF/enum.ll
parentac945e27dd73525ec0beddfb200049cf0f9bbfce (diff)
downloadbcm5719-llvm-da9548f949307557ad32c9808b528acb614ead8f.tar.gz
bcm5719-llvm-da9548f949307557ad32c9808b528acb614ead8f.zip
[CodeView] Refactor enumerator emission
This addresses Amjad's review comments on D21442. llvm-svn: 273010
Diffstat (limited to 'llvm/test/DebugInfo/COFF/enum.ll')
-rw-r--r--llvm/test/DebugInfo/COFF/enum.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/COFF/enum.ll b/llvm/test/DebugInfo/COFF/enum.ll
index 6e511663f1d..ca177deb64d 100644
--- a/llvm/test/DebugInfo/COFF/enum.ll
+++ b/llvm/test/DebugInfo/COFF/enum.ll
@@ -15,7 +15,7 @@
; CHECK-NEXT: }
; CHECK-NEXT: Enum (0x1001) {
; CHECK-NEXT: TypeLeafKind: LF_ENUM (0x1507)
-; CHECK-NEXT: NumEnumerators: 0
+; CHECK-NEXT: NumEnumerators: 1
; CHECK-NEXT: Properties [ (0x0)
; CHECK-NEXT: ]
; CHECK-NEXT: UnderlyingType: int (0x74)
OpenPOWER on IntegriCloud