From 5981fc67883bfa74ac13625b05442b54ea7f6a1f Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Sat, 25 Sep 2010 01:09:28 +0000 Subject: [PATCH] Fix IIC_iEXTAr itinerary class of Cortex-A9. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114784 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMScheduleA9.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMScheduleA9.td b/lib/Target/ARM/ARMScheduleA9.td index 4118b90907d..165ecbcbac4 100644 --- a/lib/Target/ARM/ARMScheduleA9.td +++ b/lib/Target/ARM/ARMScheduleA9.td @@ -53,7 +53,7 @@ def CortexA9Itineraries : ProcessorItineraries< // // Zero and sign extension instructions InstrItinData], [2, 1]>, - InstrItinData], [3, 1, 1]>, + InstrItinData], [3, 1, 1]>, // // Compare instructions InstrItinData], [2]>,