From 43bbb9de666894217e55a9fa1d5630a39bc7f660 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 17 Aug 2009 20:25:04 +0000 Subject: Remove a bit more cruft from the sjlj moving to a backend pass. llvm-svn: 79272 --- llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp') 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::const_iterator -- cgit v1.2.3