summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMScheduleA8.td
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-11-29 19:35:23 +0000
committerBob Wilson <bob.wilson@apple.com>2010-11-29 19:35:23 +0000
commit2fcda63763ef010c57f6e7f250868e355075f6cf (patch)
tree869b92862dd4673ac3c7a01a1a6622814fee3e7f /lib/Target/ARM/ARMScheduleA8.td
parentf1aa47dc1aed018e2f70ffe7d32dba51e2ac45fe (diff)
downloadllvm-2fcda63763ef010c57f6e7f250868e355075f6cf.tar.gz
llvm-2fcda63763ef010c57f6e7f250868e355075f6cf.tar.bz2
llvm-2fcda63763ef010c57f6e7f250868e355075f6cf.tar.xz
Fix copy-and-paste errors in VLD2-dup scheduling itineraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120311 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMScheduleA8.td')
-rw-r--r--lib/Target/ARM/ARMScheduleA8.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMScheduleA8.td b/lib/Target/ARM/ARMScheduleA8.td
index a364c4eccb..be92562a2e 100644
--- a/lib/Target/ARM/ARMScheduleA8.td
+++ b/lib/Target/ARM/ARMScheduleA8.td
@@ -527,13 +527,13 @@ def CortexA8Itineraries : ProcessorItineraries<
InstrItinData<IIC_VLD2dup, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>,
InstrStage<2, [A8_NLSPipe], 0>,
InstrStage<2, [A8_LSPipe]>],
- [2, 1]>,
+ [2, 2, 1]>,
//
// VLD2dupu
InstrItinData<IIC_VLD2dupu, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>,
InstrStage<2, [A8_NLSPipe], 0>,
InstrStage<2, [A8_LSPipe]>],
- [2, 2, 1, 1]>,
+ [2, 2, 2, 1, 1]>,
//
// VLD3
InstrItinData<IIC_VLD3, [InstrStage<1, [A8_Pipe0, A8_Pipe1], 0>,