A typeid of zero means a cleanup, not a catch. This case occurs
authorDuncan Sands <baldrick@free.fr>
Wed, 28 Sep 2011 09:13:02 +0000 (09:13 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 28 Sep 2011 09:13:02 +0000 (09:13 +0000)
commit42e5c799b61ce70620d4d4d4d20e847750a185c3
treef10279d8806929a93e1b170b517495cc3a4ae4be
parentca9215970d3a7fb9450d4ad1c22a2418f686a1a4
A typeid of zero means a cleanup, not a catch.  This case occurs
when there is both a catch and a cleanup.  Correct the comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfException.cpp