summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 05:32:45 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 05:32:45 +0000
commit64a168efb60bab31fe6642f06fdd820c6cf4219d (patch)
treea01a40dd6aaf87c28450a969406a1e8fbbe0ad6d /llvm/lib/CodeGen/AsmPrinter/DwarfException.h
parentacda87bdb194c372a24ffc66206083b512a36561 (diff)
downloadbcm5719-llvm-64a168efb60bab31fe6642f06fdd820c6cf4219d.tar.gz
bcm5719-llvm-64a168efb60bab31fe6642f06fdd820c6cf4219d.zip
privatize more stuff, eliminate vtables.
llvm-svn: 100410
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
index 6d6d730d5d5..f35c0b616c1 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
@@ -176,7 +176,7 @@ public:
// Main entry points.
//
DwarfException(AsmPrinter *A);
- virtual ~DwarfException();
+ ~DwarfException();
/// EndModule - Emit all exception information that should come after the
/// content.
OpenPOWER on IntegriCloud