[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
authorBill Wendling <isanbard@gmail.com>
Mon, 6 Feb 2012 21:44:22 +0000 (21:44 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 6 Feb 2012 21:44:22 +0000 (21:44 +0000)
commit8833ef03b9ceaa52063116819fff8b3d16fd8933
tree5a1fa61f4da27040c81aad39127be94215579b34
parent3e9719e1f3a7ba41abacb6e4155cfd71a7d9788f
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
were no 'unwind' instructions being generated before this, so this is in effect
a no-op.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149906 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm-c/Core.h
include/llvm/Instruction.def
include/llvm/Instructions.h
include/llvm/Support/InstVisitor.h
include/llvm/Transforms/Utils/Cloning.h
lib/Analysis/ValueTracking.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Instructions.cpp