summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMScheduleA8.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-10-01 21:48:06 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-10-01 21:48:06 +0000
commitef0ccad72559e51cca878590c40aed06d286dc54 (patch)
tree375d028c33708232da0d241f4b5f69ac8036744a /lib/Target/ARM/ARMScheduleA8.td
parentdf9da6a0336e40ef78da2cb467d2ea0015a01db8 (diff)
downloadllvm-ef0ccad72559e51cca878590c40aed06d286dc54.tar.gz
llvm-ef0ccad72559e51cca878590c40aed06d286dc54.tar.bz2
llvm-ef0ccad72559e51cca878590c40aed06d286dc54.tar.xz
Fix scheduling infor for vmovn and vshrn which I broke accidentially.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMScheduleA8.td')
-rw-r--r--lib/Target/ARM/ARMScheduleA8.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMScheduleA8.td b/lib/Target/ARM/ARMScheduleA8.td
index ef93e1da55..915283bd25 100644
--- a/lib/Target/ARM/ARMScheduleA8.td
+++ b/lib/Target/ARM/ARMScheduleA8.td
@@ -531,7 +531,7 @@ def CortexA8Itineraries : ProcessorItineraries<
//
// Vector narrow move
InstrItinData<IIC_VMOVN , [InstrStage<1, [A8_Pipe0, A8_Pipe1]>,
- InstrStage<1, [A8_NPipe]>], [3, 1]>,
+ InstrStage<1, [A8_NPipe]>], [2, 1]>,
//
// Double-register Permute
InstrItinData<IIC_VPERMD, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>,