Fix IIC_iEXTAr itinerary class of Cortex-A9.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 25 Sep 2010 01:09:28 +0000 (01:09 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 25 Sep 2010 01:09:28 +0000 (01:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114784 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMScheduleA9.td

index 4118b90907deb6a8bf25635677368c029b094b90..165ecbcbac4ae4971c2445c227870fa412f6330e 100644 (file)
@@ -53,7 +53,7 @@ def CortexA9Itineraries : ProcessorItineraries<
   //
   // Zero and sign extension instructions
   InstrItinData<IIC_iEXTr , [InstrStage<1, [A9_Pipe0, A9_Pipe1]>], [2, 1]>,
-  InstrItinData<IIC_iEXTAr, [InstrStage<1, [A9_Pipe0, A9_Pipe1]>], [3, 1, 1]>,
+  InstrItinData<IIC_iEXTAr, [InstrStage<2, [A9_Pipe0, A9_Pipe1]>], [3, 1, 1]>,
   //
   // Compare instructions
   InstrItinData<IIC_iCMPi   , [InstrStage<1, [A9_Pipe0, A9_Pipe1]>], [2]>,