1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

MCSchedule.h - replace ArrayRef.h include with forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-16 17:09:30 +01:00
parent 1c284bb625
commit 47e57e2c48

View File

@ -14,7 +14,6 @@
#ifndef LLVM_MC_MCSCHEDULE_H
#define LLVM_MC_MCSCHEDULE_H
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/DataTypes.h"
@ -22,6 +21,7 @@
namespace llvm {
template <typename T> class ArrayRef;
struct InstrItinerary;
class MCSubtargetInfo;
class MCInstrInfo;