Reapply "[ARM] Combine CMOV into BFI where possible"
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
index df4b6553ab57f9dace886c6fce48b86c96e8601c..534f92b941c3a7c813728dfe82fe31a6823f9484 100644 (file)
@@ -260,6 +260,7 @@ namespace llvm {
                                        SDNode *Node) const override;
 
     SDValue PerformCMOVCombine(SDNode *N, SelectionDAG &DAG) const;
+    SDValue PerformCMOVToBFICombine(SDNode *N, SelectionDAG &DAG) const;
     SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
 
     bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const override;