summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-27 01:41:38 +0000
committerChris Lattner <sabre@nondot.org>2006-01-27 01:41:38 +0000
commit3b0d1d71d1b25f31812e627be1d40fd1f077c0c6 (patch)
tree756744d42a0d976e4f6b960c961df47b16e8fcc2
parent188454ae2b36e9130ab01e2e5649e3805edb8154 (diff)
downloadllvm-3b0d1d71d1b25f31812e627be1d40fd1f077c0c6.tar.gz
llvm-3b0d1d71d1b25f31812e627be1d40fd1f077c0c6.tar.bz2
llvm-3b0d1d71d1b25f31812e627be1d40fd1f077c0c6.tar.xz
Add a default NoItinerary class for targets to use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25670 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/TargetSchedule.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetSchedule.td b/lib/Target/TargetSchedule.td
index 89118446a5..8ac537f977 100644
--- a/lib/Target/TargetSchedule.td
+++ b/lib/Target/TargetSchedule.td
@@ -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