summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-05-23 01:26:26 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-05-23 01:26:26 +0000
commitd5aa33525c349a585a197c55a7dfd69e3ae2d41e (patch)
tree4b9ee10d8409ee998a2aa5df93d4a29c43a4bd92 /llvm/lib/CodeGen
parent7c180eafc12c19342c6606cca88fdcb6967aefac (diff)
downloadbcm5719-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.cpp2
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
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud