From 5d9e0160256b7d5e19072f89006157ab6d28a698 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 8 Dec 2010 23:01:18 +0000 Subject: [PATCH] Fix an obvious cut-n-paste error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121307 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMScheduleA9.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/ARM/ARMScheduleA9.td b/lib/Target/ARM/ARMScheduleA9.td index e4ae75a1f31..eab6b98a846 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, - InstrStage<1, [A9_Issue0, A9_Issue1], 0>, + InstrItinData, 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]>, // -- 2.34.1