[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp

Nate Begeman natebegeman at mac.com
Tue Jan 31 23:19:58 PST 2006



Changes in directory llvm/lib/Target/Alpha:

AlphaISelLowering.cpp updated: 1.36 -> 1.37
---
Log message:

Fix some of the stuff in the PPC README file, and clean up legalization
of the SELECT_CC, BR_CC, and BRTWOWAY_CC nodes.


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

 AlphaISelLowering.cpp |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.36 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.37
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.36	Tue Jan 31 16:21:34 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp	Wed Feb  1 01:19:44 2006
@@ -56,6 +56,8 @@
   
   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);






More information about the llvm-commits mailing list