[unwind removal] We no longer have 'unwind' instructions being generated, so
authorBill Wendling <isanbard@gmail.com>
Mon, 6 Feb 2012 21:16:41 +0000 (21:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 6 Feb 2012 21:16:41 +0000 (21:16 +0000)
commitaa5abe88d6aa445afa593476a665e3ab14b3524c
treeae087069917a1049f53de52e75aba8397d20a8f2
parent0f96817d010c4d2abbb0e1c1cfc56ff537010081
[unwind removal] We no longer have 'unwind' instructions being generated, so
remove the code that handles them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149901 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/PathNumbering.cpp
lib/CodeGen/ShadowStackGC.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/Target/CBackend/CBackend.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Transforms/IPO/PruneEH.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/Utils/LowerInvoke.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp