summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrFormats.td
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-11 20:41:13 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-11 20:41:13 +0000
commit45251b370733b167d1d0640a027365f7208f7d10 (patch)
treeafb874fb220ca4a97f2339847b1335b49e8e8a71 /lib/Target/ARM/ARMInstrFormats.td
parent9fe72bcd3714d136b371aa85d293e16363c29914 (diff)
downloadllvm-45251b370733b167d1d0640a027365f7208f7d10.tar.gz
llvm-45251b370733b167d1d0640a027365f7208f7d10.tar.bz2
llvm-45251b370733b167d1d0640a027365f7208f7d10.tar.xz
Tidy up. Remove unused template parameter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrFormats.td')
-rw-r--r--lib/Target/ARM/ARMInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td
index 343dee5562..eb613cdda7 100644
--- a/lib/Target/ARM/ARMInstrFormats.td
+++ b/lib/Target/ARM/ARMInstrFormats.td
@@ -591,7 +591,7 @@ class AI3ld<bits<4> op, bit op20, dag oops, dag iops, Format f,
let DecoderMethod = "DecodeAddrMode3Instruction";
}
-class AI3ldstidx<bits<4> op, bit op20, bit isLd, bit isPre, dag oops, dag iops,
+class AI3ldstidx<bits<4> op, bit op20, bit isPre, dag oops, dag iops,
IndexMode im, Format f, InstrItinClass itin, string opc,
string asm, string cstr, list<dag> pattern>
: I<oops, iops, AddrMode3, 4, im, f, itin,