summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMScheduleA8.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-09-25 01:06:02 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-09-25 01:06:02 +0000
commit27fdcd1c95fb1ded32d5e3876fed3c0f0641ab30 (patch)
treef21ba449a1c45c2a03a5cd197b4e291d4b91c4dd /lib/Target/ARM/ARMScheduleA8.td
parentc69a00047013a0e2e07ae44c38e013a7d905b10e (diff)
downloadllvm-27fdcd1c95fb1ded32d5e3876fed3c0f0641ab30.tar.gz
llvm-27fdcd1c95fb1ded32d5e3876fed3c0f0641ab30.tar.bz2
llvm-27fdcd1c95fb1ded32d5e3876fed3c0f0641ab30.tar.xz
Remove a unused instruction itinerary class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114782 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMScheduleA8.td')
-rw-r--r--lib/Target/ARM/ARMScheduleA8.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMScheduleA8.td b/lib/Target/ARM/ARMScheduleA8.td
index 48d1905aee..864ada0162 100644
--- a/lib/Target/ARM/ARMScheduleA8.td
+++ b/lib/Target/ARM/ARMScheduleA8.td
@@ -40,7 +40,6 @@ def CortexA8Itineraries : ProcessorItineraries<
// Unary Instructions that produce a result
InstrItinData<IIC_iUNAr , [InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [2, 2]>,
InstrItinData<IIC_iUNAsi, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [2, 1]>,
- InstrItinData<IIC_iUNAsr, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [2, 1, 1]>,
//
// Zero and sign extension instructions
InstrItinData<IIC_iEXTr , [InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [1, 1]>,