Remove BRTWOWAY*
authorNate Begeman <natebegeman@mac.com>
Fri, 17 Mar 2006 01:40:33 +0000 (01:40 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 17 Mar 2006 01:40:33 +0000 (01:40 +0000)
commit81e8097377529dc3b666f33bb525c49cfbac3f51
treed4c33c3ef954f50671fef38cf13ac1a26c4b95ab
parente261c474cac3fe1ca5bb8528c150095ffb81bbca
Remove BRTWOWAY*
Make the PPC backend not dependent on BRTWOWAY_CC and make the branch
selector smarter about the code it generates, fixing a case in the
readme.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26814 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/IA64/IA64ISelLowering.cpp
lib/Target/PowerPC/PPCBranchSelector.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/README.txt
lib/Target/README.txt
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp