aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMSchedule.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/ARMSchedule.td
parentc69a00047013a0e2e07ae44c38e013a7d905b10e (diff)
downloadexternal_llvm-27fdcd1c95fb1ded32d5e3876fed3c0f0641ab30.zip
external_llvm-27fdcd1c95fb1ded32d5e3876fed3c0f0641ab30.tar.gz
external_llvm-27fdcd1c95fb1ded32d5e3876fed3c0f0641ab30.tar.bz2
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/ARMSchedule.td')
-rw-r--r--lib/Target/ARM/ARMSchedule.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSchedule.td b/lib/Target/ARM/ARMSchedule.td
index 06a5f30..c64c439 100644
--- a/lib/Target/ARM/ARMSchedule.td
+++ b/lib/Target/ARM/ARMSchedule.td
@@ -17,7 +17,6 @@ def IIC_iALUsi : InstrItinClass;
def IIC_iALUsr : InstrItinClass;
def IIC_iUNAr : InstrItinClass;
def IIC_iUNAsi : InstrItinClass;
-def IIC_iUNAsr : InstrItinClass;
def IIC_iEXTr : InstrItinClass;
def IIC_iEXTAr : InstrItinClass;
def IIC_iCMPi : InstrItinClass;