[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp

Rafael Espindola rafael.espindola at gmail.com
Sat Oct 14 11:00:08 PDT 2006



Changes in directory llvm/lib/Target/ARM:

ARMISelDAGToDAG.cpp updated: 1.69 -> 1.70
---
Log message:

expand ISD::BRCOND


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

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


Index: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
diff -u llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp:1.69 llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp:1.70
--- llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp:1.69	Sat Oct 14 08:42:53 2006
+++ llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp	Sat Oct 14 12:59:54 2006
@@ -70,6 +70,8 @@
   setOperationAction(ISD::BR_CC, MVT::f32, Custom);
   setOperationAction(ISD::BR_CC, MVT::f64, Custom);
 
+  setOperationAction(ISD::BRCOND,        MVT::Other, Expand);
+
   setOperationAction(ISD::VASTART,       MVT::Other, Custom);
   setOperationAction(ISD::VAEND,         MVT::Other, Expand);
 






More information about the llvm-commits mailing list