Added UltraSparcInstrInfo class to specialize class MachineInstrInfo.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 28 Jul 2001 04:19:10 +0000 (04:19 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 28 Jul 2001 04:19:10 +0000 (04:19 +0000)
commit3c3b713d55da4f0d13578c38644607716bebcca0
treeb58b196287f3705809eff37e685537e92c797d94
parent9b0b1ec1ecc14d46a9e6e50e3ba4c054de239d83
Added UltraSparcInstrInfo class to specialize class MachineInstrInfo.
Relevant changes elsewhere:
Added MachineInstrInfo class and moved instruction-related members there.
Added several fields to MachineInstrDescriptor (and renamed it from
MachineInstrInfo.  Latency fields are to support scheduling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetMachine/Sparc/Sparc.cpp