Fix IIC_iEXTAr itinerary class of Cortex-A9.

llvm-svn: 114784
This commit is contained in:
Evan Cheng 2010-09-25 01:09:28 +00:00
parent c60da031c5
commit 48cc21620f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def CortexA9Itineraries : ProcessorItineraries<
// //
// Zero and sign extension instructions // Zero and sign extension instructions
InstrItinData<IIC_iEXTr , [InstrStage<1, [A9_Pipe0, A9_Pipe1]>], [2, 1]>, 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 // Compare instructions
InstrItinData<IIC_iCMPi , [InstrStage<1, [A9_Pipe0, A9_Pipe1]>], [2]>, InstrItinData<IIC_iCMPi , [InstrStage<1, [A9_Pipe0, A9_Pipe1]>], [2]>,