Fix FastISel to recognize that the last block in the function does
authorDan Gohman <gohman@apple.com>
Wed, 20 Aug 2008 01:17:01 +0000 (01:17 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 20 Aug 2008 01:17:01 +0000 (01:17 +0000)
commite6798b757acb3a2077c2498e9913fff2f5e4325c
tree5a56625320f8eae178d857906eb108637201fb74
parentcc8430f742b0f1e567292c8a776e94fc1c930b2a
Fix FastISel to recognize that the last block in the function does
not have a fall-through successor.

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