summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelLowering.cpp
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2006-02-01 07:19:44 +0000
committerNate Begeman <natebegeman@mac.com>2006-02-01 07:19:44 +0000
commit750ac1bdfa6f09bddfd9efce1d6360dde8fa74c0 (patch)
tree4457bc3181b9efde0a9d6b1132b1caddae33d996 /lib/Target/Alpha/AlphaISelLowering.cpp
parent1f7c6302be33adbb6eb9983b60197b5175e37e48 (diff)
downloadllvm-750ac1bdfa6f09bddfd9efce1d6360dde8fa74c0.tar.gz
llvm-750ac1bdfa6f09bddfd9efce1d6360dde8fa74c0.tar.bz2
llvm-750ac1bdfa6f09bddfd9efce1d6360dde8fa74c0.tar.xz
Fix some of the stuff in the PPC README file, and clean up legalization
of the SELECT_CC, BR_CC, and BRTWOWAY_CC nodes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelLowering.cpp')
-rw-r--r--lib/Target/Alpha/AlphaISelLowering.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp
index 2990146899..c9cafd478e 100644
--- a/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -56,6 +56,8 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
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);
setOperationAction(ISD::EXTLOAD, MVT::i1, Promote);
setOperationAction(ISD::EXTLOAD, MVT::f32, Expand);