Add a new string member to the TargetOptions struct for the name
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
index a3d316e80b6aadbf70f164c94e32710e8303312b..89b0c31ac52ef5971607553de7e90a518745ba18 100644 (file)
@@ -410,6 +410,9 @@ namespace llvm {
 
     bool useLoadStackGuardNode() const override;
 
+    bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
+                                   unsigned &Cost) const override;
+
   protected:
     std::pair<const TargetRegisterClass*, uint8_t>
     findRepresentativeClass(MVT VT) const override;