Ensure that HandlePHINodesInSuccessorBlocks is run for all blocks,
authorDan Gohman <gohman@apple.com>
Tue, 2 Sep 2008 20:17:56 +0000 (20:17 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 2 Sep 2008 20:17:56 +0000 (20:17 +0000)
commitd2ff647964ed242e67ac12f7d21a58c864309d95
treef3d624b7415f0a61dad613c3a39b14d81d4c09c3
parent21dbb99964f0568d2d3d3fc7e2bd5967e7577bd1
Ensure that HandlePHINodesInSuccessorBlocks is run for all blocks,
even in FastISel mode in the case where FastISel successfully
selects all the instructions.

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