summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-08-17 20:25:04 +0000
committerJim Grosbach <grosbach@apple.com>2009-08-17 20:25:04 +0000
commit43bbb9de666894217e55a9fa1d5630a39bc7f660 (patch)
treef36c586d06eb83e963ff2411d1c693df68b965a4 /llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
parent0de52f906d29b50def7eec2ed6424e527812f63d (diff)
downloadbcm5719-llvm-43bbb9de666894217e55a9fa1d5630a39bc7f660.tar.gz
bcm5719-llvm-43bbb9de666894217e55a9fa1d5630a39bc7f660.zip
Remove a bit more cruft from the sjlj moving to a backend pass.
llvm-svn: 79272
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
index dacaf1b8fdb..1d773ee53e7 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
@@ -640,9 +640,6 @@ void DwarfException::EmitExceptionTable() {
Asm->EmitULEB128Bytes(SizeSites);
Asm->EOL("Call-site table length");
-
- assert(MF->getCallSiteCount() == CallSites.size());
-
// Emit the landing pad site information.
unsigned idx = 0;
for (SmallVectorImpl<CallSiteEntry>::const_iterator
OpenPOWER on IntegriCloud