OSDN Git Service

Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy
authorBill Wendling <isanbard@gmail.com>
Tue, 31 Jan 2012 01:46:13 +0000 (01:46 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 31 Jan 2012 01:46:13 +0000 (01:46 +0000)
commit9a5c0e8d9378d11cb5250265cf521db32968a56e
treee2289ce8fe9f6766f40ed31e81f650871aaadc4e
parent08d01462d13fdfac756a8bd0f38bbfbceb247403
Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy
over the catch information. The catch information is now tacked to the invoke
instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149326 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/IntrinsicInst.h
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp