forked from OSchip/llvm-project
Add a default NoItinerary class for targets to use.
llvm-svn: 25670
This commit is contained in:
parent
ec249a3d30
commit
1c341ac1fe
|
@ -47,6 +47,7 @@ class InstrStage<int cycles, list<FuncUnit> units> {
|
|||
// instruction information.
|
||||
//
|
||||
class InstrItinClass;
|
||||
def NoItinerary : InstrItinClass;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Instruction itinerary data - These values provide a runtime map of an
|
||||
|
|
Loading…
Reference in New Issue