diff options
author | Eric Christopher <echristo@apple.com> | 2012-09-10 23:34:03 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-09-10 23:34:03 +0000 |
commit | 4984e01fd5d671db17fdbebcd84d618837ad13bf (patch) | |
tree | 299f15b192aa9e13bbcb25243388be2a0f697a61 /lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | |
parent | edf8bc8c88ba0edd5c502957dd11402dbd66f58d (diff) |
80-col fixup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 22401fe8fa..fad9b6e066 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -283,8 +283,8 @@ public: /// for the given DITemplateTypeParameter. DIE *getOrCreateTemplateTypeParameterDIE(DITemplateTypeParameter TP); - /// getOrCreateTemplateValueParameterDIE - Find existing DIE or create new DIE - /// for the given DITemplateValueParameter. + /// getOrCreateTemplateValueParameterDIE - Find existing DIE or create + /// new DIE for the given DITemplateValueParameter. DIE *getOrCreateTemplateValueParameterDIE(DITemplateValueParameter TVP); /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug |