Factor code that finalize PHI nodes, jump tables, etc. out of SelectBasicBlock. No...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 7 Aug 2008 00:43:25 +0000 (00:43 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 7 Aug 2008 00:43:25 +0000 (00:43 +0000)
commit39fd6e81b1b0de8b820155dc6a0dae226c109de6
treea800ed52d4da1c82391a47f60a4d89fb290d4bae
parent9200e81a1828f7d3aa59a48c52317e1beeeac0b1
Factor code that finalize PHI nodes, jump tables, etc. out of SelectBasicBlock. No functionality changes.

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