blob: e17cdaa1f6d281265a22ef303dd97d5ad9bab4a9 (
plain)
1
2
3
4
5
6
7
8
9
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<[], [], []>;
|