mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163876 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8fa5319504
commit
1008f8c789
@ -989,6 +989,9 @@ class Processor<string n, ProcessorItineraries pi, list<SubtargetFeature> f> {
|
||||
// ProcessorModel allows subtargets to specify the more general
|
||||
// SchedMachineModel instead if a ProcessorItinerary. Subtargets will
|
||||
// gradually move to this newer form.
|
||||
//
|
||||
// Although this class always passes NoItineraries to the Processor
|
||||
// class, the SchedMachineModel may still define valid Itineraries.
|
||||
class ProcessorModel<string n, SchedMachineModel m, list<SubtargetFeature> f>
|
||||
: Processor<n, NoItineraries, f> {
|
||||
let SchedModel = m;
|
||||
|
Loading…
x
Reference in New Issue
Block a user