summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-12 19:24:53 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-12 19:24:53 +0000
commit984ff7d17e0cce946fa7dd997c296705c6f5de11 (patch)
tree5f2c9eef55a9c7dda5ba64d7d86a016fc00eeeb5 /llvm
parent7ac506d4318a5296ef1d2f1bc763ff71339248be (diff)
downloadbcm5719-llvm-984ff7d17e0cce946fa7dd997c296705c6f5de11.tar.gz
bcm5719-llvm-984ff7d17e0cce946fa7dd997c296705c6f5de11.zip
Remove unused class.
llvm-svn: 118919
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrFormats.td8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td
index 5f603f6d0dc..af13db8bdc2 100644
--- a/llvm/lib/Target/ARM/ARMInstrFormats.td
+++ b/llvm/lib/Target/ARM/ARMInstrFormats.td
@@ -417,14 +417,6 @@ class AI1x2<dag oops, dag iops, Format f, InstrItinClass itin,
opc, asm, "", pattern>;
-// addrmode2 loads and stores
-class AI2<dag oops, dag iops, Format f, InstrItinClass itin,
- string opc, string asm, list<dag> pattern>
- : I<oops, iops, AddrMode2, Size4Bytes, IndexModeNone, f, itin,
- opc, asm, "", pattern> {
- let Inst{27-26} = 0b01;
-}
-
// loads
// LDR/LDRB/STR/STRB
OpenPOWER on IntegriCloud