diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-05-23 01:26:26 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-05-23 01:26:26 +0000 |
| commit | d5aa33525c349a585a197c55a7dfd69e3ae2d41e (patch) | |
| tree | 4b9ee10d8409ee998a2aa5df93d4a29c43a4bd92 /llvm/lib/CodeGen | |
| parent | 7c180eafc12c19342c6606cca88fdcb6967aefac (diff) | |
| download | bcm5719-llvm-d5aa33525c349a585a197c55a7dfd69e3ae2d41e.tar.gz bcm5719-llvm-d5aa33525c349a585a197c55a7dfd69e3ae2d41e.zip | |
CodeGen: Remove redundant DIETypeSignature::dump(), NFC
We already have this in `DIEValue`; no reason to shadow it.
llvm-svn: 238082
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIE.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp index aa6647f4395..a614080b5c2 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp @@ -435,8 +435,6 @@ void DIETypeSignature::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const void DIETypeSignature::print(raw_ostream &O) const { O << format("Type Unit: 0x%lx", Unit.getTypeSignature()); } - -void DIETypeSignature::dump() const { print(dbgs()); } #endif //===----------------------------------------------------------------------===// |

