Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel
authorDan Gohman <gohman@apple.com>
Thu, 22 Apr 2010 20:46:50 +0000 (20:46 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 22 Apr 2010 20:46:50 +0000 (20:46 +0000)
commitf81eca0ab908fdcf98ae0efaa75acccc8ba40dc2
treed22f48cbface21800721177a712cc71616b031da
parentf720a4edb0343a288bfc77ccbedfdb164ed37742
Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel
and into SelectionDAGBuilder and FastISel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102123 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/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h