diff options
author | Eric Christopher <echristo@gmail.com> | 2013-11-11 18:52:39 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-11-11 18:52:39 +0000 |
commit | aeb105f9fe8695156b78a03a68def4ce416fb624 (patch) | |
tree | 6307690ec3c906663e270d0c529eddc2be7e922e /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | |
parent | 98b7f17c726eba7345b60ddba10c5d4263ad7714 (diff) | |
download | bcm5719-llvm-aeb105f9fe8695156b78a03a68def4ce416fb624.tar.gz bcm5719-llvm-aeb105f9fe8695156b78a03a68def4ce416fb624.zip |
Unify the adding of enumerators with the construction of the enumeration.
llvm-svn: 194401
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |