From: Evan Cheng Date: Wed, 8 Dec 2010 23:01:18 +0000 (+0000) Subject: Fix an obvious cut-n-paste error. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5d9e0160256b7d5e19072f89006157ab6d28a698;p=oota-llvm.git Fix an obvious cut-n-paste error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121307 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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]>, //