Hopefully fix the cmake build.
[oota-llvm.git] / lib / Target / ARM / ARMBaseInstrInfo.h
index 4ce74617629f32b8a3492a97f873bf4f93f3d2a9..68e8208eedd9e511df4d5570225186398e9f18e3 100644 (file)
@@ -210,6 +210,10 @@ public:
                         SDNode *DefNode, unsigned DefIdx,
                         SDNode *UseNode, unsigned UseIdx) const;
 
+  virtual unsigned getOutputLatency(const InstrItineraryData *ItinData,
+                                    const MachineInstr *DefMI, unsigned DefIdx,
+                                    const MachineInstr *DepMI) const;
+
   /// VFP/NEON execution domains.
   std::pair<uint16_t, uint16_t>
   getExecutionDomain(const MachineInstr *MI) const;