summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SISchedule.td
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/R600/SISchedule.td')
-rw-r--r--lib/Target/R600/SISchedule.td15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/Target/R600/SISchedule.td b/lib/Target/R600/SISchedule.td
new file mode 100644
index 0000000000..28b65b8258
--- /dev/null
+++ b/lib/Target/R600/SISchedule.td
@@ -0,0 +1,15 @@
+//===-- SISchedule.td - SI Scheduling definitons -------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// TODO: This is just a place holder for now.
+//
+//===----------------------------------------------------------------------===//
+
+
+def SI_Itin : ProcessorItineraries <[], [], []>;