commit | 2b1b3312e043858e89b0b1eddc2f839bef892c8d | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Apr 05 05:32:45 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Apr 05 05:32:45 2010 +0000 |
tree | 9ab2547be6dcd84cd1907c8bdbb739f601f10566 | |
parent | 105d69759312a9544ec55954b3fb59bdb7e224df [diff] [blame] |
privatize more stuff, eliminate vtables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100410 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ // Main entry points. // DwarfException(AsmPrinter *A); - virtual ~DwarfException(); + ~DwarfException(); /// EndModule - Emit all exception information that should come after the /// content.