SEH: Emit the constant filter 1 as a catch-all
authorReid Kleckner <reid@kleckner.net>
Thu, 22 Jan 2015 02:25:56 +0000 (02:25 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 22 Jan 2015 02:25:56 +0000 (02:25 +0000)
commit2a2e1563182c4ded9bb8baeb377a85bc84849549
treefd84b89ee53f12b730cdac52b193f9d955255618
parentf1f4bc217627a6593246f837bb1bcbef3cc92ad6
SEH: Emit the constant filter 1 as a catch-all

Minor optimization of code like __try { ... } __except(1) { ... }.

llvm-svn: 226766
clang/lib/CodeGen/CGException.cpp
clang/test/CodeGen/exceptions-seh.c