mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
add a marker
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23901 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ffff6175ef
commit
f690e6f3f6
@ -64,3 +64,8 @@ class InstrItinData<InstrItinClass Class, list<InstrStage> stages> {
|
||||
class ProcessorItineraries<list<InstrItinData> iid> {
|
||||
list<InstrItinData> IID = iid;
|
||||
}
|
||||
|
||||
// NoItineraries - A marker that can be used by processors without schedule
|
||||
// info.
|
||||
def NoItineraries : ProcessorItineraries<[]>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user