]> granicus.if.org Git - clang/commit
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)
commit37497377a80f86709b7b3934c2aeca0b527617ca
treeff1a30f0afc8c0ed3d284fc90c23a83b0c5d85d2
parent0b9381aa5b1e0586012fd75f5ed9b1595e6af59d
SEH: Emit the constant filter 1 as a catch-all

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226766 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp
test/CodeGen/exceptions-seh.c