[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp

Nate Begeman natebegeman at mac.com
Thu Mar 16 17:40:50 PST 2006



Changes in directory llvm/lib/Target/Sparc:

SparcISelDAGToDAG.cpp updated: 1.88 -> 1.89
---
Log message:

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.


---
Diffs of the changes:  (+0 -2)

 SparcISelDAGToDAG.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
diff -u llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.88 llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.89
--- llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.88	Sat Mar  4 23:08:37 2006
+++ llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp	Thu Mar 16 19:40:33 2006
@@ -166,8 +166,6 @@
   
   // Sparc doesn't have BRCOND either, it has BR_CC.
   setOperationAction(ISD::BRCOND, MVT::Other, Expand);
-  setOperationAction(ISD::BRCONDTWOWAY, MVT::Other, Expand);
-  setOperationAction(ISD::BRTWOWAY_CC, MVT::Other, Expand);
   setOperationAction(ISD::BR_CC, MVT::i32, Custom);
   setOperationAction(ISD::BR_CC, MVT::f32, Custom);
   setOperationAction(ISD::BR_CC, MVT::f64, Custom);






More information about the llvm-commits mailing list