Fix an obvious cut-n-paste error.

llvm-svn: 121307
This commit is contained in:
Evan Cheng 2010-12-08 23:01:18 +00:00
parent eaa650a945
commit 7f3e9150d0
1 changed files with 2 additions and 2 deletions

View File

@ -1396,11 +1396,11 @@ def CortexA9Itineraries : ProcessorItineraries<
[4, 2, 2]>,
//
// Double-register Absolute Difference and Accumulate
InstrItinData<IIC_VABAD, [InstrStage<7, [A9_DRegsVFP], 0, Reserved>,
InstrStage<1, [A9_Issue0, A9_Issue1], 0>,
InstrItinData<IIC_VABAD, [InstrStage<1, [A9_Issue0, A9_Issue1], 0>,
InstrStage<1, [A9_MUX0], 0>,
InstrStage<1, [A9_DRegsN], 0, Required>,
// Extra latency cycles since wbck is 6 cycles
InstrStage<7, [A9_DRegsVFP], 0, Reserved>,
InstrStage<1, [A9_NPipe]>],
[6, 3, 2, 1]>,
//