summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-11-11 18:52:39 +0000
committerEric Christopher <echristo@gmail.com>2013-11-11 18:52:39 +0000
commitaeb105f9fe8695156b78a03a68def4ce416fb624 (patch)
tree6307690ec3c906663e270d0c529eddc2be7e922e /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
parent98b7f17c726eba7345b60ddba10c5d4263ad7714 (diff)
downloadbcm5719-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.h2
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);
OpenPOWER on IntegriCloud