summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-12-08 23:01:18 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-12-08 23:01:18 +0000
commit5d9e0160256b7d5e19072f89006157ab6d28a698 (patch)
tree44791995a8d65a7dc62f1bcc431a7ffa5998fd7c
parent90c1d7ddfc65654f7efe72d56cad65d1af9e6b2a (diff)
downloadllvm-5d9e0160256b7d5e19072f89006157ab6d28a698.tar.gz
llvm-5d9e0160256b7d5e19072f89006157ab6d28a698.tar.bz2
llvm-5d9e0160256b7d5e19072f89006157ab6d28a698.tar.xz
Fix an obvious cut-n-paste error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121307 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMScheduleA9.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMScheduleA9.td b/lib/Target/ARM/ARMScheduleA9.td
index e4ae75a1f3..eab6b98a84 100644
--- a/lib/Target/ARM/ARMScheduleA9.td
+++ b/lib/Target/ARM/ARMScheduleA9.td
@@ -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]>,
//