diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-02-25 19:48:36 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-02-25 19:48:36 +0000 |
commit | fd1f82a711148ba3e492e9e41e02fa5ec819ecd5 (patch) | |
tree | fc625d253d5f11ee5f51b9a8a801564cef8e1ec4 /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | |
parent | fa32ca1e8e768582db30d7881f44cf74d53e7785 (diff) | |
download | bcm5719-llvm-fd1f82a711148ba3e492e9e41e02fa5ec819ecd5.tar.gz bcm5719-llvm-fd1f82a711148ba3e492e9e41e02fa5ec819ecd5.zip |
Revert "Debug info: Support variadic functions."
This reverts commit r202184 because of buildbot breakage.
llvm-svn: 202187
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index bf77272b8a2..370ecbf831e 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -476,9 +476,6 @@ protected: DIE *getOrCreateStaticMemberDIE(DIDerivedType DT); private: - /// constructSubprogramArguments - Construct function argument DIEs. - void constructSubprogramArguments(DIE &Buffer, DIArray Args); - /// constructTypeDIE - Construct basic type die from DIBasicType. void constructTypeDIE(DIE &Buffer, DIBasicType BTy); |