1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add a default NoItinerary class for targets to use.

llvm-svn: 25670
This commit is contained in:
Chris Lattner 2006-01-27 01:41:38 +00:00
parent 1ec0a10fed
commit 8cef15a908

View File

@ -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