Make sure that landing pad entries in the EH call site table are in the proper
authorJim Grosbach <grosbach@apple.com>
Thu, 21 Jan 2010 00:43:30 +0000 (00:43 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 21 Jan 2010 00:43:30 +0000 (00:43 +0000)
commitd0a0c382ea51d36dc7e5938291763da73b4262dc
tree7915691c3b9bc343921177c6faac70d7ea9b600e
parentfd0b0288e2ee5ccf3f1d47090542710c67a77cf7
Make sure that landing pad entries in the EH call site table are in the proper
order for SjLj style exception handling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94055 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/Function.h
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SjLjEHPrepare.cpp