aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfException.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-22 22:23:57 +0000
committerChris Lattner <sabre@nondot.org>2010-01-22 22:23:57 +0000
commit066c9acca354e88c19ce740a7ff0e5910362aa7b (patch)
tree5c167c17114a433a4cf740d656e9215c3231ae24 /lib/CodeGen/AsmPrinter/DwarfException.h
parent3c65335f0696ea8876809d5bcddb97fa518b449a (diff)
downloadexternal_llvm-066c9acca354e88c19ce740a7ff0e5910362aa7b.zip
external_llvm-066c9acca354e88c19ce740a7ff0e5910362aa7b.tar.gz
external_llvm-066c9acca354e88c19ce740a7ff0e5910362aa7b.tar.bz2
rename the dwarf class to DwarfPrinter. This matches the filename
and much more accurately describes what it is all about. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfException.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfException.h b/lib/CodeGen/AsmPrinter/DwarfException.h
index c674fe5..143e0e0 100644
--- a/lib/CodeGen/AsmPrinter/DwarfException.h
+++ b/lib/CodeGen/AsmPrinter/DwarfException.h
@@ -32,7 +32,7 @@ class raw_ostream;
//===----------------------------------------------------------------------===//
/// DwarfException - Emits Dwarf exception handling directives.
///
-class DwarfException : public Dwarf {
+class DwarfException : public DwarfPrinter {
struct FunctionEHFrameInfo {
const MCSymbol *FunctionEHSym; // L_foo.eh
unsigned Number;