Factor out EH landing pad code into a separate function, and constify
authorDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 19:53:31 +0000 (19:53 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 19:53:31 +0000 (19:53 +0000)
commit2520864773dcb73d76d297605f4bc41c0cf3fa39
treed8fac8b4b88b2155edcaf56c8ddab11326232773
parent7f6b8b8891adedce162ce23f5b540f98af202b22
Factor out EH landing pad code into a separate function, and constify
a bunch of stuff to support it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101273 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h