Fix broken build
[oota-llvm.git] / lib / Target / PowerPC / PPCScheduleG4.td
index 2b282bfa5331d0b70c4655629cd1912aa9734bc9..340773ef787685982cc8c21d07a80e7be2da8db2 100644 (file)
@@ -46,6 +46,7 @@ def G4Itineraries : ProcessorItineraries<
   InstrItinData<IIC_LdStDCBI    , [InstrStage<2, [G4_SLU]>]>,
   InstrItinData<IIC_LdStLoad    , [InstrStage<2, [G4_SLU]>]>,
   InstrItinData<IIC_LdStLoadUpd , [InstrStage<2, [G4_SLU]>]>,
+  InstrItinData<IIC_LdStLoadUpdX, [InstrStage<2, [G4_SLU]>]>,
   InstrItinData<IIC_LdStStore   , [InstrStage<2, [G4_SLU]>]>,
   InstrItinData<IIC_LdStStoreUpd, [InstrStage<2, [G4_SLU]>]>,
   InstrItinData<IIC_LdStDSS     , [InstrStage<2, [G4_SLU]>]>,
@@ -54,8 +55,10 @@ def G4Itineraries : ProcessorItineraries<
   InstrItinData<IIC_LdStSTFDU   , [InstrStage<2, [G4_SLU]>]>,
   InstrItinData<IIC_LdStLFD     , [InstrStage<2, [G4_SLU]>]>,
   InstrItinData<IIC_LdStLFDU    , [InstrStage<2, [G4_SLU]>]>,
+  InstrItinData<IIC_LdStLFDUX   , [InstrStage<2, [G4_SLU]>]>,
   InstrItinData<IIC_LdStLHA     , [InstrStage<2, [G4_SLU]>]>,
   InstrItinData<IIC_LdStLHAU    , [InstrStage<2, [G4_SLU]>]>, 
+  InstrItinData<IIC_LdStLHAUX   , [InstrStage<2, [G4_SLU]>]>, 
   InstrItinData<IIC_LdStLMW     , [InstrStage<34, [G4_SLU]>]>,
   InstrItinData<IIC_LdStLVecX   , [InstrStage<2, [G4_SLU]>]>,
   InstrItinData<IIC_LdStLWARX   , [InstrStage<3, [G4_SLU]>]>,