Simplify SelectRoot's interface, and factor out some common code
authorDan Gohman <gohman@apple.com>
Thu, 21 Aug 2008 16:36:34 +0000 (16:36 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 21 Aug 2008 16:36:34 +0000 (16:36 +0000)
commitad3460c3c968e33c5b9a07104b9fe5a5c27ff55b
tree8734fb2e04f095fd6c1dcbda1d89fa9debb00153
parentca84121596640c99887f909f3b9a3ae830391e64
Simplify SelectRoot's interface, and factor out some common code
from all targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55124 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DAGISelHeader.h
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/Alpha/AlphaISelDAGToDAG.cpp
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/IA64/IA64ISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp