OSDN Git Service

[WinEH] Update exception numbering to give handlers their own base state.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 11 May 2015 19:41:19 +0000 (19:41 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 11 May 2015 19:41:19 +0000 (19:41 +0000)
commitaeeca679f7bfb5b1e68b1c41762e31e1d8924f63
tree0a6b69f249d0114924f6ac4695be08b55ec9a92e
parentda4dc2dadc406e5e6ea3174bccac7423ffc0f875
[WinEH] Update exception numbering to give handlers their own base state.

Differential Revision: http://reviews.llvm.org/D9512

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237014 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/WinEHFuncInfo.h
lib/CodeGen/AsmPrinter/Win64Exception.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
test/CodeGen/WinEH/cppeh-prepared-catch-reordered.ll
test/CodeGen/WinEH/cppeh-prepared-catch.ll
test/CodeGen/WinEH/cppeh-prepared-cleanups.ll
test/CodeGen/WinEH/cppeh-state-calc-1.ll [new file with mode: 0644]