commit | 5889281434bcb1c97866ed5ecff54f664bf9aba8 | [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 | 2eb6c429c6f9344cefa506da783e0d373f64268c [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.