summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-10 00:09:21 +0000
committerChris Lattner <sabre@nondot.org>2010-03-10 00:09:21 +0000
commitcaea64b09806a7c6500ceaf93bde4d48d22f810f (patch)
treeafee478d9dfca25e7abcb2bc41084adce7f8b7d3 /llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
parent1df0cf40ea8486a7855aa2924c3bb51a64037750 (diff)
downloadbcm5719-llvm-caea64b09806a7c6500ceaf93bde4d48d22f810f.tar.gz
bcm5719-llvm-caea64b09806a7c6500ceaf93bde4d48d22f810f.zip
mcize uses of PrintRelDirective and eliminate it.
llvm-svn: 98107
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
index 0fe45e4cc30..7a2eb401839 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
@@ -88,8 +88,6 @@ public:
/// SizeOfEncodedValue - Return the size of the encoding in bytes.
unsigned SizeOfEncodedValue(unsigned Encoding) const;
- void PrintRelDirective(unsigned Encoding) const;
-
/// EmitEncodingByte - Emit a .byte 42 directive that corresponds to an
/// encoding. If verbose assembly output is enabled, we output comments
/// describing the encoding. Desc is a string saying what the encoding is
OpenPOWER on IntegriCloud