[ARM] Mark VMOVDRR with the RegSequence property and implement the related
[oota-llvm.git] / lib / Target / ARM / Thumb1InstrInfo.h
index c5845b75e5872d55ee32c5ef2860d45b690ae99e..88b1c370195a0cdfafe4b6ef372a4f5be26978a0 100644 (file)
@@ -54,6 +54,9 @@ public:
                             const TargetRegisterClass *RC,
                             const TargetRegisterInfo *TRI) const override;
 
+private:
+  void expandLoadStackGuard(MachineBasicBlock::iterator MI,
+                            Reloc::Model RM) const override;
 };
 }