diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-05 05:32:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-05 05:32:45 +0000 |
commit | 64a168efb60bab31fe6642f06fdd820c6cf4219d (patch) | |
tree | a01a40dd6aaf87c28450a969406a1e8fbbe0ad6d /llvm/lib/CodeGen/AsmPrinter/DwarfException.h | |
parent | acda87bdb194c372a24ffc66206083b512a36561 (diff) | |
download | bcm5719-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.h | 2 |
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. |