summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelLowering.cpp
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2006-03-17 01:40:33 +0000
committerNate Begeman <natebegeman@mac.com>2006-03-17 01:40:33 +0000
commit81e8097377529dc3b666f33bb525c49cfbac3f51 (patch)
treed4c33c3ef954f50671fef38cf13ac1a26c4b95ab /lib/Target/Alpha/AlphaISelLowering.cpp
parente261c474cac3fe1ca5bb8528c150095ffb81bbca (diff)
downloadllvm-81e8097377529dc3b666f33bb525c49cfbac3f51.tar.gz
llvm-81e8097377529dc3b666f33bb525c49cfbac3f51.tar.bz2
llvm-81e8097377529dc3b666f33bb525c49cfbac3f51.tar.xz
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
Diffstat (limited to 'lib/Target/Alpha/AlphaISelLowering.cpp')
-rw-r--r--lib/Target/Alpha/AlphaISelLowering.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp
index c0ec24146b..b0d5be3e78 100644
--- a/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -48,8 +48,6 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
addRegisterClass(MVT::f64, Alpha::F8RCRegisterClass);
addRegisterClass(MVT::f32, Alpha::F4RCRegisterClass);
- setOperationAction(ISD::BRCONDTWOWAY, MVT::Other, Expand);
- setOperationAction(ISD::BRTWOWAY_CC, MVT::Other, Expand);
setOperationAction(ISD::BR_CC, MVT::Other, Expand);
setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);