Partial fix for PR1502: If a EH register is needed in a successor of landing pad...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 27 Jun 2007 18:45:32 +0000 (18:45 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 27 Jun 2007 18:45:32 +0000 (18:45 +0000)
commite47c333a12094296e54571ed1ac511a04d74840d
tree2ec89623b97d8361abc6453aa33893080cade702
parent68cb52e468df7a828e5dadf6de30713f98d21d1c
Partial fix for PR1502: If a EH register is needed in a successor of landing pad, add it as livein to all the blocks in the paths between the landing pad and the specified block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37763 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp