Implement the emitFrameIndexDebugValue and getDebugValueLocation hooks.
[oota-llvm.git] / lib / Target / XCore / XCoreInstrInfo.h
index 840b1e163652817203b7f2e4de61f9d813ad6823..d354802ee03fadb9e51d9a61b987a4857ffd97de 100644 (file)
@@ -78,6 +78,11 @@ public:
                                     const TargetRegisterClass *RC,
                                     const TargetRegisterInfo *TRI) const;
 
+  virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
+                                                 int FrameIx,
+                                                 uint64_t Offset,
+                                                 const MDNode *MDPtr,
+                                                 DebugLoc DL) const;
 
   virtual bool ReverseBranchCondition(
                             SmallVectorImpl<MachineOperand> &Cond) const;