rename the "exceptional" destination of an invoke instruction to the 'unwind' dest
authorChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 21:44:31 +0000 (21:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 21:44:31 +0000 (21:44 +0000)
commitaeb2a1d70807aa626f335fb23d47bc604ffeaa15
treeef4d4e8c8794fb6ddfb4148f6d5ebe91987bf72a
parent95778a02572d2d5e0e4bea6ef2ec95b2964c05be
rename the "exceptional" destination of an invoke instruction to the 'unwind' dest

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11202 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/iTerminators.h
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/LowerSetJmp.cpp
lib/Transforms/IPO/PruneEH.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/LowerInvoke.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/VMCore/AsmWriter.cpp