summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-03-25 23:11:56 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-03-25 23:11:56 +0000
commita3617ec88a04aa5e7e0908593980257db06956c9 (patch)
tree92fb9dd57f3b7089e384437fccbd56a15e54fd96 /llvm/lib
parenta43386ba8ff8ecc6c7ed3c53a954973eb8b4c078 (diff)
downloadbcm5719-llvm-a3617ec88a04aa5e7e0908593980257db06956c9.tar.gz
bcm5719-llvm-a3617ec88a04aa5e7e0908593980257db06956c9.zip
Removed instruction class NI from ARMInstrFormats.td.
It doesn't seem to be used anywhere. llvm-svn: 99566
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrFormats.td6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td
index e05a97548ec..0dbfaf29f17 100644
--- a/llvm/lib/Target/ARM/ARMInstrFormats.td
+++ b/llvm/lib/Target/ARM/ARMInstrFormats.td
@@ -1515,12 +1515,6 @@ class NeonXI<dag oops, dag iops, AddrMode am, IndexMode im, Format f,
list<Predicate> Predicates = [HasNEON];
}
-class NI<dag oops, dag iops, InstrItinClass itin, string opc, string asm,
- list<dag> pattern>
- : NeonXI<oops, iops, AddrModeNone, IndexModeNone, NEONFrm, itin, opc, asm, "",
- pattern> {
-}
-
class NLdSt<bit op23, bits<2> op21_20, bits<4> op11_8, bits<4> op7_4,
dag oops, dag iops, InstrItinClass itin,
string opc, string dt, string asm, string cstr, list<dag> pattern>
OpenPOWER on IntegriCloud