diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-08-17 20:25:04 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-08-17 20:25:04 +0000 |
commit | 29626642271ae810dd526de8afa151484452abe0 (patch) | |
tree | 3b0f744894c13d189256d84caa2d374dbbd1d134 /lib/CodeGen/AsmPrinter/DwarfException.cpp | |
parent | ae68a19ef9d16fc1d331b289b62fb7c759bfdb99 (diff) |
Remove a bit more cruft from the sjlj moving to a backend pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfException.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfException.cpp b/lib/CodeGen/AsmPrinter/DwarfException.cpp index dacaf1b8fd..1d773ee53e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfException.cpp +++ b/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 |