From aeb105f9fe8695156b78a03a68def4ce416fb624 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 11 Nov 2013 18:52:39 +0000 Subject: Unify the adding of enumerators with the construction of the enumeration. llvm-svn: 194401 --- llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index ba84164db3c..ffb87dd26dc 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -351,7 +351,7 @@ private: void constructArrayTypeDIE(DIE &Buffer, DICompositeType CTy); /// constructEnumTypeDIE - Construct enum type DIE from DIEnumerator. - void constructEnumTypeDIE(DIE &Buffer, DIEnumerator ETy); + void constructEnumTypeDIE(DIE &Buffer, DICompositeType CTy); /// constructMemberDIE - Construct member DIE from DIDerivedType. void constructMemberDIE(DIE &Buffer, DIDerivedType DT); -- cgit v1.2.3