aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit2b1b3312e043858e89b0b1eddc2f839bef892c8d (patch)
tree9ab2547be6dcd84cd1907c8bdbb739f601f10566 /lib/CodeGen/AsmPrinter/DwarfException.h
parent105d69759312a9544ec55954b3fb59bdb7e224df (diff)
downloadexternal_llvm-2b1b3312e043858e89b0b1eddc2f839bef892c8d.zip
external_llvm-2b1b3312e043858e89b0b1eddc2f839bef892c8d.tar.gz
external_llvm-2b1b3312e043858e89b0b1eddc2f839bef892c8d.tar.bz2
privatize more stuff, eliminate vtables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100410 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 6d6d730..f35c0b6 100644
--- a/lib/CodeGen/AsmPrinter/DwarfException.h
+++ b/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.