commit | d7e8ddc5012d22398eba6b8094e2fd7821bac9cc | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Fri Jan 14 21:57:45 2011 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Fri Jan 14 21:57:45 2011 +0000 |
tree | 7172148425f148e6bc7fadf944bab4e1bfc6d471 | |
parent | c6585202cafd95fbe6e51d878071668b9df96e90 [diff] [blame] |
Split stuff as a preparation for CFI directives-based frame information emission git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123473 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index 4312f98..e86042f 100644 --- a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -186,9 +186,9 @@ if (MAI->doesSupportDebugInformation()) DD = new DwarfDebug(this, &M); - + if (MAI->doesSupportExceptionHandling()) - DE = new DwarfException(this); + DE = new DwarfTableException(this); return false; }