summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64Schedule.td
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/AArch64/AArch64Schedule.td')
-rw-r--r--lib/Target/AArch64/AArch64Schedule.td10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Target/AArch64/AArch64Schedule.td b/lib/Target/AArch64/AArch64Schedule.td
new file mode 100644
index 0000000000..e17cdaa1f6
--- /dev/null
+++ b/lib/Target/AArch64/AArch64Schedule.td
@@ -0,0 +1,10 @@
+//===- AArch64Schedule.td - AArch64 Scheduling Definitions -*- tablegen -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+def GenericItineraries : ProcessorItineraries<[], [], []>;